Function pthread_mutex_timedlock
pub unsafe extern "C" fn pthread_mutex_timedlock(
lock: *mut pthread_mutex_t,
abstime: *const timespec,
) -> i32
Available on crate feature
dep_sdl3
only.pub unsafe extern "C" fn pthread_mutex_timedlock(
lock: *mut pthread_mutex_t,
abstime: *const timespec,
) -> i32
dep_sdl3
only.