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_tmutex: *pthread_mutex_tabstime: *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