Home
last modified time | relevance | path

Searched refs:pthread_spinlock_t (Results 1 – 25 of 25) sorted by relevance

/rust-libc-0.2.174/src/teeos/
H A Dmod.rs40 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 Dmod.rs723 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 Dmod.rs33 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 Dmod.rs134 pub struct pthread_spinlock_t {
/rust-libc-0.2.174/src/unix/haiku/
H A Dmod.rs301 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 Dmod.rs115 pub struct pthread_spinlock_t {
/rust-libc-0.2.174/src/unix/cygwin/
H A Dmod.rs59 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 Dpowerpc64.rs218 pub struct pthread_spinlock_t {
H A Dmod.rs2815 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 Dmod.rs69 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 Dcygwin.txt806 pthread_spinlock_t
H A Dopenbsd.txt1250 pthread_spinlock_t
H A Dnetbsd.txt1514 pthread_spinlock_t
H A Ddragonfly.txt1543 pthread_spinlock_t
H A Dfreebsd.txt2220 pthread_spinlock_t
H A Daix.txt2335 pthread_spinlock_t
H A Dandroid.txt3691 pthread_spinlock_t
H A Dlinux.txt4172 pthread_spinlock_t
/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs156 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 Dmod.rs3700 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 Dmod.rs30 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 Dmod.rs23 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 Dmod.rs314 pub struct pthread_spinlock_t {
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs20 pub type pthread_spinlock_t = crate::uintptr_t; typedef
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs288 pub struct pthread_spinlock_t {