Home
last modified time | relevance | path

Searched refs:pthread_cond_t (Results 1 – 24 of 24) sorted by relevance

/rust-libc-0.2.174/src/unix/linux_like/android/b64/
H A Dmod.rs126 pub struct pthread_cond_t {
167 impl PartialEq for pthread_cond_t {
168 fn eq(&self, other: &pthread_cond_t) -> bool {
178 impl Eq for pthread_cond_t {}
180 impl hash::Hash for pthread_cond_t {
234 pub const PTHREAD_COND_INITIALIZER: pthread_cond_t = pthread_cond_t {
/rust-libc-0.2.174/src/unix/linux_like/android/b32/
H A Dmod.rs115 pub struct pthread_cond_t {
121 cond: pthread_cond_t,
203 pub const PTHREAD_COND_INITIALIZER: pthread_cond_t = pthread_cond_t { value: 0 };
/rust-libc-0.2.174/src/teeos/
H A Dmod.rs69 pub struct pthread_cond_t { struct
961 pub const PTHREAD_COND_INITIALIZER: pthread_cond_t = pthread_cond_t {
1069 pub fn pthread_cond_broadcast(cond: *mut pthread_cond_t) -> c_int; in pthread_cond_broadcast()
1071 pub fn pthread_cond_destroy(cond: *mut pthread_cond_t) -> c_int; in pthread_cond_destroy()
1073 pub fn pthread_cond_init(cond: *mut pthread_cond_t, attr: *const pthread_condattr_t) -> c_int; in pthread_cond_init() argument
1075 pub fn pthread_cond_signal(cond: *mut pthread_cond_t) -> c_int; in pthread_cond_signal()
1077 pub fn pthread_cond_wait(cond: *mut pthread_cond_t, lock: *mut pthread_mutex_t) -> c_int; in pthread_cond_wait() argument
1080 cond: *mut pthread_cond_t, in pthread_cond_timedwait() argument
/rust-libc-0.2.174/src/unix/aix/
H A Dpowerpc64.rs44 pub struct pthread_cond_t {
387 pub const PTHREAD_COND_INITIALIZER: pthread_cond_t = pthread_cond_t {
/rust-libc-0.2.174/src/unix/nuttx/
H A Dmod.rs76 pub struct pthread_cond_t {
269 pub const PTHREAD_COND_INITIALIZER: pthread_cond_t = pthread_cond_t {
/rust-libc-0.2.174/src/vxworks/
H A Dmod.rs139 pub struct pthread_cond_t {
996 pub const PTHREAD_COND_INITIALIZER: pthread_cond_t = pthread_cond_t {
1470 cond: *mut crate::pthread_cond_t, in pthread_cond_init() argument
1475 pub fn pthread_cond_destroy(cond: *mut pthread_cond_t) -> c_int; in pthread_cond_destroy()
1478 pub fn pthread_cond_signal(cond: *mut crate::pthread_cond_t) -> c_int; in pthread_cond_signal()
1481 pub fn pthread_cond_broadcast(cond: *mut crate::pthread_cond_t) -> c_int; in pthread_cond_broadcast()
1485 cond: *mut crate::pthread_cond_t, in pthread_cond_wait() argument
1554 cond: *mut crate::pthread_cond_t, in pthread_cond_timedwait() argument
/rust-libc-0.2.174/src/unix/linux_like/emscripten/
H A Dmod.rs381 pub struct pthread_cond_t {
478 impl PartialEq for pthread_cond_t {
479 fn eq(&self, other: &pthread_cond_t) -> bool {
483 impl Eq for pthread_cond_t {}
484 impl hash::Hash for pthread_cond_t {
784 pub const PTHREAD_COND_INITIALIZER: pthread_cond_t = pthread_cond_t {
/rust-libc-0.2.174/src/unix/newlib/
H A Dmod.rs342 pub struct pthread_cond_t {
358 pub const PTHREAD_COND_INITIALIZER: pthread_cond_t = pthread_cond_t {
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs1043 pub struct pthread_cond_t {
1273 impl PartialEq for pthread_cond_t {
1274 fn eq(&self, other: &pthread_cond_t) -> bool {
1278 impl Eq for pthread_cond_t {}
1279 impl hash::Hash for pthread_cond_t {
2320 pub const PTHREAD_COND_INITIALIZER: pthread_cond_t = pthread_cond_t {
3784 pub fn pthread_cond_wait(cond: *mut pthread_cond_t, lock: *mut pthread_mutex_t) -> c_int; in pthread_cond_wait() argument
3786 cond: *mut pthread_cond_t, in pthread_cond_timedwait() argument
3790 pub fn pthread_cond_signal(cond: *mut pthread_cond_t) -> c_int; in pthread_cond_signal()
3791 pub fn pthread_cond_broadcast(cond: *mut pthread_cond_t) -> c_int; in pthread_cond_broadcast()
[all …]
/rust-libc-0.2.174/src/unix/
H A Dmod.rs1290 pub fn pthread_cond_init(cond: *mut pthread_cond_t, attr: *const pthread_condattr_t) -> c_int; in pthread_cond_init() argument
1295 pub fn pthread_cond_wait(cond: *mut pthread_cond_t, lock: *mut pthread_mutex_t) -> c_int; in pthread_cond_wait() argument
1302 cond: *mut pthread_cond_t, in pthread_cond_timedwait() argument
1306 pub fn pthread_cond_signal(cond: *mut pthread_cond_t) -> c_int; in pthread_cond_signal()
1307 pub fn pthread_cond_broadcast(cond: *mut pthread_cond_t) -> c_int; in pthread_cond_broadcast()
1308 pub fn pthread_cond_destroy(cond: *mut pthread_cond_t) -> c_int; in pthread_cond_destroy()
/rust-libc-0.2.174/src/unix/redox/
H A Dmod.rs299 pub struct pthread_cond_t {
621 pub const PTHREAD_COND_INITIALIZER: crate::pthread_cond_t = crate::pthread_cond_t {
/rust-libc-0.2.174/libc-test/semver/
H A Dunix.txt695 pthread_cond_t
H A Daix.txt2259 pthread_cond_t
H A Dandroid.txt3634 pthread_cond_t
/rust-libc-0.2.174/src/unix/nto/
H A Dmod.rs65 pub type pthread_cond_t = crate::sync_t; typedef
797 pub __rcond: crate::pthread_cond_t, // union
798 pub __wcond: crate::pthread_cond_t, // union
2594 pub const PTHREAD_COND_INITIALIZER: pthread_cond_t = pthread_cond_t {
/rust-libc-0.2.174/src/unix/solarish/
H A Dmod.rs209 pub struct pthread_cond_t {
225 __pthread_rwlock_readercv: crate::pthread_cond_t,
226 __pthread_rwlock_writercv: crate::pthread_cond_t,
1972 pub const PTHREAD_COND_INITIALIZER: pthread_cond_t = pthread_cond_t {
/rust-libc-0.2.174/src/unix/haiku/
H A Dmod.rs283 pub struct pthread_cond_t {
1225 pub const PTHREAD_COND_INITIALIZER: pthread_cond_t = pthread_cond_t {
/rust-libc-0.2.174/src/unix/bsd/apple/
H A Dmod.rs1411 pub struct pthread_cond_t {
2013 impl PartialEq for pthread_cond_t {
2014 fn eq(&self, other: &pthread_cond_t) -> bool {
2024 impl Eq for pthread_cond_t {}
2026 impl hash::Hash for pthread_cond_t {
4084 pub const PTHREAD_COND_INITIALIZER: pthread_cond_t = pthread_cond_t {
/rust-libc-0.2.174/src/unix/linux_like/linux/
H A Dmod.rs1624 pub struct pthread_cond_t {
1944 impl PartialEq for pthread_cond_t {
1945 fn eq(&self, other: &pthread_cond_t) -> bool {
1950 impl Eq for pthread_cond_t {}
1952 impl hash::Hash for pthread_cond_t {
2836 pub const PTHREAD_COND_INITIALIZER: pthread_cond_t = pthread_cond_t {
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs262 pub struct pthread_cond_t {
1807 pub const PTHREAD_COND_INITIALIZER: pthread_cond_t = pthread_cond_t {
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/
H A Dmod.rs9 pub type pthread_cond_t = *mut c_void; typedef
1201 pub const PTHREAD_COND_INITIALIZER: pthread_cond_t = 0 as *mut _;
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs16 pub type pthread_cond_t = *mut c_void; typedef
1332 pub const PTHREAD_COND_INITIALIZER: pthread_cond_t = 0 as *mut _;
/rust-libc-0.2.174/src/unix/cygwin/
H A Dmod.rs54 pub type pthread_cond_t = *mut c_void; typedef
1694 pub const PTHREAD_COND_INITIALIZER: pthread_cond_t = 21 as *mut _;
/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs155 pub type pthread_cond_t = __pthread_cond; typedef
3396 pub const PTHREAD_COND_INITIALIZER: pthread_cond_t = pthread_cond_t {