Skip to main content

mutex_unlock

Function mutex_unlock 

Source
pub unsafe fn mutex_unlock(tok: *mut c_void)
Expand description

Unlock a simple mutex (upstream threads.h xmlMutexUnlock).

§SAFETY

  • tok must be a handle from xmlNewMutex or NULL, and must be locked by the calling thread.