Function libc::pthread_mutex_timedlock [] [src]

pub unsafe extern "C" fn pthread_mutex_timedlock(
    lock: *mut pthread_mutex_t,
    abstime: *const timespec
) -> c_int
🔬 This is a nightly-only experimental API. (libc)

use libc from crates.io