Skip to main content

new_mutex

Function new_mutex 

Source
pub fn new_mutex() -> *mut c_void
Expand description

Create a simple mutex (upstream threads.h xmlNewMutex).

Returns an opaque handle (free with xmlFreeMutex), or NULL on allocation failure.