Function pthread_mutex_lock
pub unsafe extern "C" fn pthread_mutex_lock(
lock: *mut pthread_mutex_t,
) -> i32
Available on crate feature
dep_sdl2
only.pub unsafe extern "C" fn pthread_mutex_lock(
lock: *mut pthread_mutex_t,
) -> i32
dep_sdl2
only.