Searched refs:pthread_spin_init (Results 1 – 19 of 19) sorted by relevance
| /rust-libc-0.2.174/libc-test/semver/ |
| H A D | cygwin.txt | 802 pthread_spin_init
|
| H A D | openbsd.txt | 1246 pthread_spin_init
|
| H A D | netbsd.txt | 1510 pthread_spin_init
|
| H A D | dragonfly.txt | 1539 pthread_spin_init
|
| H A D | freebsd.txt | 2216 pthread_spin_init
|
| H A D | aix.txt | 2331 pthread_spin_init
|
| H A D | android.txt | 3687 pthread_spin_init
|
| H A D | linux.txt | 4168 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() function
|
| /rust-libc-0.2.174/src/teeos/ |
| H A D | mod.rs | 1094 pub fn pthread_spin_init(lock: *mut pthread_spinlock_t, pshared: c_int) -> c_int; in pthread_spin_init() function
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/dragonfly/ |
| H A D | mod.rs | 1541 pub fn pthread_spin_init(lock: *mut pthread_spinlock_t, pshared: c_int) -> c_int; in pthread_spin_init() function
|
| /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() function
|
| /rust-libc-0.2.174/src/unix/cygwin/ |
| H A D | mod.rs | 2298 pub fn pthread_spin_init(lock: *mut pthread_spinlock_t, pshared: c_int) -> c_int; in pthread_spin_init() function
|
| /rust-libc-0.2.174/src/unix/nto/ |
| H A D | mod.rs | 2993 pub fn pthread_spin_init(lock: *mut crate::pthread_spinlock_t, pshared: c_int) -> c_int; in pthread_spin_init() function
|
| /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() function
|
| /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() function
|
| /rust-libc-0.2.174/src/unix/hurd/ |
| H A D | mod.rs | 3981 pub fn pthread_spin_init(lock: *mut crate::pthread_spinlock_t, pshared: c_int) -> c_int; in pthread_spin_init() function
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/ |
| H A D | mod.rs | 5015 pub fn pthread_spin_init(lock: *mut pthread_spinlock_t, pshared: c_int) -> c_int; in pthread_spin_init() function
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/ |
| H A D | mod.rs | 6603 pub fn pthread_spin_init(lock: *mut crate::pthread_spinlock_t, pshared: c_int) -> c_int; in pthread_spin_init() function
|