Home
last modified time | relevance | path

Searched defs:pthread_spin_destroy (Results 1 – 10 of 10) sorted by relevance

/external/musl/src/thread/
Dpthread_spin_destroy.c3 int pthread_spin_destroy(pthread_spinlock_t *s) in pthread_spin_destroy() function
/external/compiler-rt/lib/tsan/dd/
Ddd_interceptors.cc71 INTERCEPTOR(int, pthread_spin_destroy, pthread_spinlock_t *m) { in INTERCEPTOR() argument
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs1639 pub fn pthread_spin_destroy(lock: *mut pthread_spinlock_t) -> ::c_int; in pthread_spin_destroy() function
/external/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs708 pub fn pthread_spin_destroy(lock: *mut pthread_spinlock_t) -> ::c_int; in pthread_spin_destroy() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc1174 TSAN_INTERCEPTOR(int, pthread_spin_destroy, void *m) { in TSAN_INTERCEPTOR() argument
/external/rust/crates/libc/src/unix/haiku/
Dmod.rs1699 pub fn pthread_spin_destroy(lock: *mut ::pthread_spinlock_t) -> ::c_int; in pthread_spin_destroy() function
/external/rust/crates/libc/src/unix/nto/
Dmod.rs2842 pub fn pthread_spin_destroy(lock: *mut ::pthread_spinlock_t) -> ::c_int; in pthread_spin_destroy() function
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs4226 pub fn pthread_spin_destroy(lock: *mut pthread_spinlock_t) -> ::c_int; in pthread_spin_destroy() function
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs3302 pub fn pthread_spin_destroy(lock: *mut ::pthread_spinlock_t) -> ::c_int; in pthread_spin_destroy() function
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs4159 pub fn pthread_spin_destroy(lock: *mut ::pthread_spinlock_t) -> ::c_int; in pthread_spin_destroy() function