Searched defs:pthread_spinlock_t (Results 1 – 12 of 12) sorted by relevance
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/dragonfly/ |
| H A D | mod.rs | 33 pub type pthread_spinlock_t = crate::uintptr_t; typedef 1541 pub fn pthread_spin_init(lock: *mut pthread_spinlock_t, pshared: c_int) -> c_int; in pthread_spin_init()
|
| /rust-libc-0.2.174/src/teeos/ |
| H A D | mod.rs | 40 pub type pthread_spinlock_t = c_int; typedef 1094 pub fn pthread_spin_init(lock: *mut pthread_spinlock_t, pshared: c_int) -> c_int; in pthread_spin_init()
|
| /rust-libc-0.2.174/src/unix/bsd/netbsdlike/ |
| H A D | mod.rs | 723 pub fn pthread_spin_init(lock: *mut pthread_spinlock_t, pshared: c_int) -> c_int; in pthread_spin_init()
|
| /rust-libc-0.2.174/src/unix/cygwin/ |
| H A D | mod.rs | 59 pub type pthread_spinlock_t = usize; typedef 2298 pub fn pthread_spin_init(lock: *mut pthread_spinlock_t, pshared: c_int) -> c_int; in pthread_spin_init()
|
| /rust-libc-0.2.174/src/unix/bsd/netbsdlike/openbsd/ |
| H A D | mod.rs | 20 pub type pthread_spinlock_t = crate::uintptr_t; typedef
|
| /rust-libc-0.2.174/src/unix/nto/ |
| H A D | mod.rs | 69 pub type pthread_spinlock_t = sync_t; typedef 2993 pub fn pthread_spin_init(lock: *mut crate::pthread_spinlock_t, pshared: c_int) -> c_int; in pthread_spin_init()
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/ |
| H A D | mod.rs | 30 pub type pthread_spinlock_t = *mut __c_anonymous_pthread_spinlock; typedef 5015 pub fn pthread_spin_init(lock: *mut pthread_spinlock_t, pshared: c_int) -> c_int; in pthread_spin_init()
|
| /rust-libc-0.2.174/src/unix/haiku/ |
| H A D | mod.rs | 1733 pub fn pthread_spin_init(lock: *mut crate::pthread_spinlock_t, pshared: c_int) -> c_int; in pthread_spin_init()
|
| /rust-libc-0.2.174/src/unix/hurd/ |
| H A D | mod.rs | 156 pub type pthread_spinlock_t = __pthread_spinlock_t; typedef 3981 pub fn pthread_spin_init(lock: *mut crate::pthread_spinlock_t, pshared: c_int) -> c_int; in pthread_spin_init()
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/ |
| H A D | mod.rs | 23 pub type pthread_spinlock_t = c_int; typedef 6603 pub fn pthread_spin_init(lock: *mut crate::pthread_spinlock_t, pshared: c_int) -> c_int; in pthread_spin_init()
|
| /rust-libc-0.2.174/src/unix/aix/ |
| H A D | mod.rs | 2816 pub fn pthread_spin_init(lock: *mut pthread_spinlock_t, pshared: c_int) -> c_int; in pthread_spin_init()
|
| /rust-libc-0.2.174/src/unix/linux_like/android/ |
| H A D | mod.rs | 3700 pub fn pthread_spin_init(lock: *mut crate::pthread_spinlock_t, pshared: c_int) -> c_int; in pthread_spin_init()
|