Home
last modified time | relevance | path

Searched defs:pthread_spinlock_t (Results 1 – 15 of 15) sorted by relevance

/third_party/iowow/src/utils/
Dpthread_spin_lock_shim.h10 typedef int pthread_spinlock_t; typedef
/third_party/musl/include/
Dalltypes.h.in60 TYPEDEF int pthread_spinlock_t; variable
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dalltypes.h286 typedef int pthread_spinlock_t; typedef
/third_party/musl/porting/liteos_m/user/include/bits/
Dalltypes.h283 typedef int pthread_spinlock_t; typedef
/third_party/musl/porting/uniproton/kernel/include/bits/
Dalltypes.h283 typedef int pthread_spinlock_t; typedef
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dalltypes.h283 typedef int pthread_spinlock_t; typedef
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs33 pub type pthread_spinlock_t = ::uintptr_t; typedef
1638 pub fn pthread_spin_init(lock: *mut pthread_spinlock_t, pshared: ::c_int) -> ::c_int; in pthread_spin_init()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs707 pub fn pthread_spin_init(lock: *mut pthread_spinlock_t, pshared: ::c_int) -> ::c_int; in pthread_spin_init()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs17 pub type pthread_spinlock_t = ::uintptr_t; typedef
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs67 pub type pthread_spinlock_t = sync_t; typedef
2841 pub fn pthread_spin_init(lock: *mut ::pthread_spinlock_t, pshared: ::c_int) -> ::c_int; in pthread_spin_init()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs30 pub type pthread_spinlock_t = *mut __c_anonymous_pthread_spinlock; typedef
4225 pub fn pthread_spin_init(lock: *mut pthread_spinlock_t, pshared: ::c_int) -> ::c_int; in pthread_spin_init()
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs1698 pub fn pthread_spin_init(lock: *mut ::pthread_spinlock_t, pshared: ::c_int) -> ::c_int; in pthread_spin_init()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs17 pub type pthread_spinlock_t = ::c_int; typedef
4191 pub fn pthread_spin_init(lock: *mut ::pthread_spinlock_t, pshared: ::c_int) -> ::c_int; in pthread_spin_init()
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs3301 pub fn pthread_spin_init(lock: *mut ::pthread_spinlock_t, pshared: ::c_int) -> ::c_int; in pthread_spin_init()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp6276 typedef volatile int pthread_spinlock_t; typedef