Home
last modified time | relevance | path

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

/external/musl/include/
Dalltypes.h.in60 TYPEDEF int pthread_spinlock_t; variable
/external/python/pycparser/utils/fake_libc_include/
D_fake_typedefs.h102 typedef int pthread_spinlock_t; typedef
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs33 pub type pthread_spinlock_t = ::uintptr_t; typedef
1459 pub fn pthread_spin_init(lock: *mut pthread_spinlock_t, pshared: ::c_int) -> ::c_int; in pthread_spin_init()
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs17 pub type pthread_spinlock_t = ::uintptr_t; typedef
/external/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs722 pub fn pthread_spin_init(lock: *mut pthread_spinlock_t, pshared: ::c_int) -> ::c_int; in pthread_spin_init()
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs30 pub type pthread_spinlock_t = *mut __c_anonymous_pthread_spinlock; typedef
4075 pub fn pthread_spin_init(lock: *mut pthread_spinlock_t, pshared: ::c_int) -> ::c_int; in pthread_spin_init()
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs17 pub type pthread_spinlock_t = ::c_int; typedef
3734 pub fn pthread_spin_init(lock: *mut ::pthread_spinlock_t, pshared: ::c_int) -> ::c_int; in pthread_spin_init()
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2819 pub fn pthread_spin_init(lock: *mut ::pthread_spinlock_t, pshared: ::c_int) -> ::c_int; in pthread_spin_init()