Function pthread_cond_timedwait [src]
Prototype
pub extern "c" fn pthread_cond_timedwait(noalias cond: *pthread_cond_t, noalias mutex: *pthread_mutex_t, noalias abstime: *const timespec) E
Parameters
cond: *pthread_cond_t
mutex: *pthread_mutex_t
abstime: *const timespec
Source
pub extern "c" fn pthread_cond_timedwait(noalias cond: *pthread_cond_t, noalias mutex: *pthread_mutex_t, noalias abstime: *const timespec) E