Searched defs:pthread_cond_t (Results 1 – 9 of 9) sorted by relevance
| /rust-libc-0.2.174/src/teeos/ |
| H A D | mod.rs | 69 pub struct pthread_cond_t { struct 71 size: [u8; __SIZEOF_PTHREAD_COND_T], 1073 pub fn pthread_cond_init(cond: *mut pthread_cond_t, attr: *const pthread_condattr_t) -> c_int; in pthread_cond_init() 1077 pub fn pthread_cond_wait(cond: *mut pthread_cond_t, lock: *mut pthread_mutex_t) -> c_int; in pthread_cond_wait() 1080 cond: *mut pthread_cond_t, in pthread_cond_timedwait()
|
| /rust-libc-0.2.174/src/unix/ |
| H A D | mod.rs | 1290 pub fn pthread_cond_init(cond: *mut pthread_cond_t, attr: *const pthread_condattr_t) -> c_int; in pthread_cond_init() 1295 pub fn pthread_cond_wait(cond: *mut pthread_cond_t, lock: *mut pthread_mutex_t) -> c_int; in pthread_cond_wait() 1302 cond: *mut pthread_cond_t, in pthread_cond_timedwait()
|
| /rust-libc-0.2.174/src/vxworks/ |
| H A D | mod.rs | 1470 cond: *mut crate::pthread_cond_t, in pthread_cond_init() 1485 cond: *mut crate::pthread_cond_t, in pthread_cond_wait() 1554 cond: *mut crate::pthread_cond_t, in pthread_cond_timedwait()
|
| /rust-libc-0.2.174/src/fuchsia/ |
| H A D | mod.rs | 3783 pub fn pthread_cond_init(cond: *mut pthread_cond_t, attr: *const pthread_condattr_t) -> c_int; in pthread_cond_init() 3784 pub fn pthread_cond_wait(cond: *mut pthread_cond_t, lock: *mut pthread_mutex_t) -> c_int; in pthread_cond_wait() 3786 cond: *mut pthread_cond_t, in pthread_cond_timedwait()
|
| /rust-libc-0.2.174/src/unix/bsd/netbsdlike/openbsd/ |
| H A D | mod.rs | 16 pub type pthread_cond_t = *mut c_void; typedef
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/ |
| H A D | mod.rs | 9 pub type pthread_cond_t = *mut c_void; typedef
|
| /rust-libc-0.2.174/src/unix/cygwin/ |
| H A D | mod.rs | 54 pub type pthread_cond_t = *mut c_void; typedef
|
| /rust-libc-0.2.174/src/unix/nto/ |
| H A D | mod.rs | 65 pub type pthread_cond_t = crate::sync_t; typedef
|
| /rust-libc-0.2.174/src/unix/hurd/ |
| H A D | mod.rs | 155 pub type pthread_cond_t = __pthread_cond; typedef
|