chore(Deps/Acelite): Update to 6.5.10 (#3450)

This commit is contained in:
Kargatum
2020-11-11 22:09:02 +07:00
committed by GitHub
parent a93565b6da
commit e27201cee2
921 changed files with 18238 additions and 33164 deletions

View File

@@ -251,6 +251,15 @@ ACE_MT_MEM_IO::init (ACE_HANDLE handle,
return 0;
}
int
ACE_MT_MEM_IO::fini ()
{
const int ret = ACE_MEM_SAP::fini ();
ACE_Process_Mutex::unlink (this->recv_channel_.lock_->name ());
ACE_Process_Mutex::unlink (this->send_channel_.lock_->name ());
return ret;
}
ssize_t
ACE_MT_MEM_IO::recv_buf (ACE_MEM_SAP_Node *&buf,
int flags,