releasemutex

releasemutexreleasemutex
  1. ReleaseMutex () is called when the owning thread no longer needs the mutex , and it can be conveniently released to the system .

    当拥有这个互斥信号量的线程不再需要它的时候,可以调用ReleaseMutex(),以便将它释放回系统。