Home
last modified time | relevance | path

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

12

/external/cronet/stable/third_party/llvm-libc/src/include/llvm-libc-types/
Dpthread_spinlock_t.h15 } pthread_spinlock_t; typedef
/external/llvm-libc/include/llvm-libc-types/
Dpthread_spinlock_t.h15 } pthread_spinlock_t; typedef
/external/cronet/tot/third_party/llvm-libc/src/include/llvm-libc-types/
Dpthread_spinlock_t.h15 } pthread_spinlock_t; typedef
/external/trusty/musl/include/
Dalltypes.h.in56 TYPEDEF int pthread_spinlock_t; variable
/external/python/pycparser/utils/fake_libc_include/
D_fake_typedefs.h102 typedef int pthread_spinlock_t; typedef
/external/musl/include/
Dalltypes.h.in60 TYPEDEF int pthread_spinlock_t; variable
/external/trusty/musl/arch/arm/bits/
Dalltypes.h319 typedef int pthread_spinlock_t; typedef
/external/trusty/musl/arch/x86_64/bits/
Dalltypes.h332 typedef int pthread_spinlock_t; typedef
/external/trusty/musl/arch/aarch64/bits/
Dalltypes.h335 typedef int pthread_spinlock_t; typedef
/external/rust/android-crates-io/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs33 pub type pthread_spinlock_t = ::uintptr_t; typedef
1663 pub fn pthread_spin_init(lock: *mut pthread_spinlock_t, pshared: ::c_int) -> ::c_int; in pthread_spin_init()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs33 pub type pthread_spinlock_t = ::uintptr_t; typedef
1664 pub fn pthread_spin_init(lock: *mut pthread_spinlock_t, pshared: ::c_int) -> ::c_int; in pthread_spin_init()
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs33 pub type pthread_spinlock_t = ::uintptr_t; typedef
1664 pub fn pthread_spin_init(lock: *mut pthread_spinlock_t, pshared: ::c_int) -> ::c_int; in pthread_spin_init()
/external/rust/android-crates-io/crates/libc/src/teeos/
Dmod.rs73 pub type pthread_spinlock_t = c_int; typedef
1124 pub fn pthread_spin_init(lock: *mut pthread_spinlock_t, pshared: c_int) -> c_int; in pthread_spin_init()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/teeos/
Dmod.rs73 pub type pthread_spinlock_t = c_int; typedef
1124 pub fn pthread_spin_init(lock: *mut pthread_spinlock_t, pshared: c_int) -> c_int; in pthread_spin_init()
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/teeos/
Dmod.rs73 pub type pthread_spinlock_t = c_int; typedef
1124 pub fn pthread_spin_init(lock: *mut pthread_spinlock_t, pshared: c_int) -> c_int; in pthread_spin_init()
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/
Dmod.rs725 pub fn pthread_spin_init(lock: *mut pthread_spinlock_t, pshared: ::c_int) -> ::c_int; in pthread_spin_init()
/external/rust/android-crates-io/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs725 pub fn pthread_spin_init(lock: *mut pthread_spinlock_t, pshared: ::c_int) -> ::c_int; in pthread_spin_init()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/
Dmod.rs725 pub fn pthread_spin_init(lock: *mut pthread_spinlock_t, pshared: ::c_int) -> ::c_int; in pthread_spin_init()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs18 pub type pthread_spinlock_t = ::uintptr_t; typedef
/external/rust/android-crates-io/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs18 pub type pthread_spinlock_t = ::uintptr_t; typedef
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs18 pub type pthread_spinlock_t = ::uintptr_t; typedef
/external/rust/android-crates-io/crates/libc/src/unix/nto/
Dmod.rs67 pub type pthread_spinlock_t = sync_t; typedef
3063 pub fn pthread_spin_init(lock: *mut ::pthread_spinlock_t, pshared: ::c_int) -> ::c_int; in pthread_spin_init()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/nto/
Dmod.rs67 pub type pthread_spinlock_t = sync_t; typedef
3063 pub fn pthread_spin_init(lock: *mut ::pthread_spinlock_t, pshared: ::c_int) -> ::c_int; in pthread_spin_init()
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/nto/
Dmod.rs67 pub type pthread_spinlock_t = sync_t; typedef
3063 pub fn pthread_spin_init(lock: *mut ::pthread_spinlock_t, pshared: ::c_int) -> ::c_int; in pthread_spin_init()
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs29 pub type pthread_spinlock_t = *mut __c_anonymous_pthread_spinlock; typedef
5460 pub fn pthread_spin_init(lock: *mut pthread_spinlock_t, pshared: ::c_int) -> ::c_int; in pthread_spin_init()

12