Win32 USES ReleaseMutex (see Listing 12) to release exclusive access to a resource.
Win32使用ReleaseMutex(见清单12)来释放对资源的独占访问。
If you need to relinquish the ownership of the object, the ReleaseMutex method should be called.
如果您需要放弃那个对象的所有权,那么应该调用ReleaseMutex方法。
ReleaseMutex is called when the owning thread no longer needs the mutex, and it can be conveniently released to the system.
当拥有这个互斥信号量的线程不再需要它的时候,可以调用ReleaseMutex,以便将它释放回系统。
ReleaseMutex is called when the owning thread no longer needs the mutex, and it can be conveniently released to the system.
当拥有这个互斥信号量的线程不再需要它的时候,可以调用ReleaseMutex,以便将它释放回系统。
应用推荐