Home
last modified time | relevance | path

Searched defs:pthread_spin_lock (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/src/thread/
Dpthread_spin_lock.c4 int pthread_spin_lock(pthread_spinlock_t *s) in pthread_spin_lock() function
/third_party/iowow/src/utils/
Dpthread_spin_lock_shim.h29 static inline int pthread_spin_lock(pthread_spinlock_t *lock) { in pthread_spin_lock() function
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs1640 pub fn pthread_spin_lock(lock: *mut pthread_spinlock_t) -> ::c_int; in pthread_spin_lock() function
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs709 pub fn pthread_spin_lock(lock: *mut pthread_spinlock_t) -> ::c_int; in pthread_spin_lock() function
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs1700 pub fn pthread_spin_lock(lock: *mut ::pthread_spinlock_t) -> ::c_int; in pthread_spin_lock() function
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs2843 pub fn pthread_spin_lock(lock: *mut ::pthread_spinlock_t) -> ::c_int; in pthread_spin_lock() function
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs4227 pub fn pthread_spin_lock(lock: *mut pthread_spinlock_t) -> ::c_int; in pthread_spin_lock() function
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs3303 pub fn pthread_spin_lock(lock: *mut ::pthread_spinlock_t) -> ::c_int; in pthread_spin_lock() function
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs4193 pub fn pthread_spin_lock(lock: *mut ::pthread_spinlock_t) -> ::c_int; in pthread_spin_lock() function