Skip to main content

new_rmutex

Function new_rmutex 

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

Create a recursive mutex (upstream threads.h xmlNewRMutex).

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