Function libc::sem_timedwait [] [src]

pub unsafe extern fn sem_timedwait(sem: *mut sem_t,
                                   abstime: *const timespec)
                                   -> c_int
🔬 This is a nightly-only experimental API. (libc)

use libc from crates.io