[][src]Function libc::pthread_mutex_timedlock

pub unsafe extern "C" fn pthread_mutex_timedlock(
    lock: *mut pthread_mutex_t,
    abstime: *const timespec
) -> c_int