| /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() argument 1096 pub fn pthread_spin_destroy(lock: *mut pthread_spinlock_t) -> c_int; in pthread_spin_destroy() 1098 pub fn pthread_spin_lock(lock: *mut pthread_spinlock_t) -> c_int; in pthread_spin_lock() 1100 pub fn pthread_spin_trylock(lock: *mut pthread_spinlock_t) -> c_int; in pthread_spin_trylock() 1102 pub fn pthread_spin_unlock(lock: *mut pthread_spinlock_t) -> c_int; in pthread_spin_unlock()
|
| /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() argument 724 pub fn pthread_spin_destroy(lock: *mut pthread_spinlock_t) -> c_int; in pthread_spin_destroy() 725 pub fn pthread_spin_lock(lock: *mut pthread_spinlock_t) -> c_int; in pthread_spin_lock() 726 pub fn pthread_spin_trylock(lock: *mut pthread_spinlock_t) -> c_int; in pthread_spin_trylock() 727 pub fn pthread_spin_unlock(lock: *mut pthread_spinlock_t) -> c_int; in pthread_spin_unlock()
|
| /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() argument 1542 pub fn pthread_spin_destroy(lock: *mut pthread_spinlock_t) -> c_int; in pthread_spin_destroy() 1543 pub fn pthread_spin_lock(lock: *mut pthread_spinlock_t) -> c_int; in pthread_spin_lock() 1544 pub fn pthread_spin_trylock(lock: *mut pthread_spinlock_t) -> c_int; in pthread_spin_trylock() 1545 pub fn pthread_spin_unlock(lock: *mut pthread_spinlock_t) -> c_int; in pthread_spin_unlock()
|
| /rust-libc-0.2.174/src/unix/linux_like/android/b32/ |
| H A D | mod.rs | 134 pub struct pthread_spinlock_t {
|
| /rust-libc-0.2.174/src/unix/haiku/ |
| H A D | mod.rs | 301 pub struct pthread_spinlock_t { 1733 pub fn pthread_spin_init(lock: *mut crate::pthread_spinlock_t, pshared: c_int) -> c_int; in pthread_spin_init() argument 1734 pub fn pthread_spin_destroy(lock: *mut crate::pthread_spinlock_t) -> c_int; in pthread_spin_destroy() 1735 pub fn pthread_spin_lock(lock: *mut crate::pthread_spinlock_t) -> c_int; in pthread_spin_lock() 1736 pub fn pthread_spin_trylock(lock: *mut crate::pthread_spinlock_t) -> c_int; in pthread_spin_trylock() 1737 pub fn pthread_spin_unlock(lock: *mut crate::pthread_spinlock_t) -> c_int; in pthread_spin_unlock()
|
| /rust-libc-0.2.174/src/unix/linux_like/android/b64/ |
| H A D | mod.rs | 115 pub struct pthread_spinlock_t {
|
| /rust-libc-0.2.174/src/unix/cygwin/ |
| H A D | mod.rs | 59 pub type pthread_spinlock_t = usize; typedef 2297 pub fn pthread_spin_destroy(lock: *mut pthread_spinlock_t) -> c_int; in pthread_spin_destroy() 2298 pub fn pthread_spin_init(lock: *mut pthread_spinlock_t, pshared: c_int) -> c_int; in pthread_spin_init() argument 2299 pub fn pthread_spin_lock(lock: *mut pthread_spinlock_t) -> c_int; in pthread_spin_lock() 2300 pub fn pthread_spin_trylock(lock: *mut pthread_spinlock_t) -> c_int; in pthread_spin_trylock() 2301 pub fn pthread_spin_unlock(lock: *mut pthread_spinlock_t) -> c_int; in pthread_spin_unlock()
|
| /rust-libc-0.2.174/src/unix/aix/ |
| H A D | powerpc64.rs | 218 pub struct pthread_spinlock_t {
|
| H A D | mod.rs | 2815 pub fn pthread_spin_destroy(lock: *mut pthread_spinlock_t) -> c_int; in pthread_spin_destroy() 2816 pub fn pthread_spin_init(lock: *mut pthread_spinlock_t, pshared: c_int) -> c_int; in pthread_spin_init() argument 2817 pub fn pthread_spin_lock(lock: *mut pthread_spinlock_t) -> c_int; in pthread_spin_lock() 2818 pub fn pthread_spin_trylock(lock: *mut pthread_spinlock_t) -> c_int; in pthread_spin_trylock() 2819 pub fn pthread_spin_unlock(lock: *mut pthread_spinlock_t) -> c_int; in pthread_spin_unlock()
|
| /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() argument 2994 pub fn pthread_spin_destroy(lock: *mut crate::pthread_spinlock_t) -> c_int; in pthread_spin_destroy() 2995 pub fn pthread_spin_lock(lock: *mut crate::pthread_spinlock_t) -> c_int; in pthread_spin_lock() 2996 pub fn pthread_spin_trylock(lock: *mut crate::pthread_spinlock_t) -> c_int; in pthread_spin_trylock() 2997 pub fn pthread_spin_unlock(lock: *mut crate::pthread_spinlock_t) -> c_int; in pthread_spin_unlock()
|
| /rust-libc-0.2.174/libc-test/semver/ |
| H A D | cygwin.txt | 806 pthread_spinlock_t
|
| H A D | openbsd.txt | 1250 pthread_spinlock_t
|
| H A D | netbsd.txt | 1514 pthread_spinlock_t
|
| H A D | dragonfly.txt | 1543 pthread_spinlock_t
|
| H A D | freebsd.txt | 2220 pthread_spinlock_t
|
| H A D | aix.txt | 2335 pthread_spinlock_t
|
| H A D | android.txt | 3691 pthread_spinlock_t
|
| H A D | linux.txt | 4172 pthread_spinlock_t
|
| /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() argument 3982 pub fn pthread_spin_destroy(lock: *mut crate::pthread_spinlock_t) -> c_int; in pthread_spin_destroy() 3983 pub fn pthread_spin_lock(lock: *mut crate::pthread_spinlock_t) -> c_int; in pthread_spin_lock() 3984 pub fn pthread_spin_trylock(lock: *mut crate::pthread_spinlock_t) -> c_int; in pthread_spin_trylock() 3985 pub fn pthread_spin_unlock(lock: *mut crate::pthread_spinlock_t) -> c_int; in pthread_spin_unlock()
|
| /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() argument 3701 pub fn pthread_spin_destroy(lock: *mut crate::pthread_spinlock_t) -> c_int; in pthread_spin_destroy() 3702 pub fn pthread_spin_lock(lock: *mut crate::pthread_spinlock_t) -> c_int; in pthread_spin_lock() 3703 pub fn pthread_spin_trylock(lock: *mut crate::pthread_spinlock_t) -> c_int; in pthread_spin_trylock() 3704 pub fn pthread_spin_unlock(lock: *mut crate::pthread_spinlock_t) -> c_int; in pthread_spin_unlock()
|
| /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() argument 5016 pub fn pthread_spin_destroy(lock: *mut pthread_spinlock_t) -> c_int; in pthread_spin_destroy() 5017 pub fn pthread_spin_lock(lock: *mut pthread_spinlock_t) -> c_int; in pthread_spin_lock() 5018 pub fn pthread_spin_trylock(lock: *mut pthread_spinlock_t) -> c_int; in pthread_spin_trylock() 5019 pub fn pthread_spin_unlock(lock: *mut pthread_spinlock_t) -> c_int; in pthread_spin_unlock()
|
| /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() argument 6604 pub fn pthread_spin_destroy(lock: *mut crate::pthread_spinlock_t) -> c_int; in pthread_spin_destroy() 6605 pub fn pthread_spin_lock(lock: *mut crate::pthread_spinlock_t) -> c_int; in pthread_spin_lock() 6606 pub fn pthread_spin_trylock(lock: *mut crate::pthread_spinlock_t) -> c_int; in pthread_spin_trylock() 6607 pub fn pthread_spin_unlock(lock: *mut crate::pthread_spinlock_t) -> c_int; in pthread_spin_unlock()
|
| /rust-libc-0.2.174/src/unix/redox/ |
| H A D | mod.rs | 314 pub struct pthread_spinlock_t {
|
| /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/bsd/netbsdlike/netbsd/ |
| H A D | mod.rs | 288 pub struct pthread_spinlock_t {
|