Function crs_bind::bindings::mutex_recursive_create [−][src]
pub unsafe extern "C" fn mutex_recursive_create() -> mutex_t
Creates a recursive mutex which can be locked recursively by the owner.
See https://pros.cs.purdue.edu/v5/extended/multitasking.html#recursive_mutexes for details.
\return A newly created recursive mutex.