Home
last modified time | relevance | path

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

/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator.h38 typedef __darwin_pthread_key_t pthread_key_t; typedef
/external/llvm-project/clang/test/Analysis/Inputs/
Dsystem-header-simulator.h72 typedef __darwin_pthread_key_t pthread_key_t; typedef
/external/dng_sdk/source/
Ddng_pthread.h169 #define pthread_key_t dng_pthread_key_t macro
/external/python/pycparser/utils/fake_libc_include/
D_fake_typedefs.h98 typedef int pthread_key_t; typedef
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2417 pthread_key_t = __darwin_pthread_key_t variable
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2417 pthread_key_t = __darwin_pthread_key_t variable
/external/rust/crates/libc/src/unix/
Dmod.rs1035 key: *mut pthread_key_t, in pthread_key_create()
1040 pub fn pthread_setspecific(key: pthread_key_t, value: *const ::c_void) -> ::c_int; in pthread_setspecific()
/external/rust/crates/libc/src/vxworks/
Dmod.rs69 pub type pthread_key_t = ::c_ulong; typedef
1450 key: *mut ::pthread_key_t, in pthread_key_create()
1458 pub fn pthread_setspecific(key: ::pthread_key_t, value: *const ::c_void) -> ::c_int; in pthread_setspecific()
/external/clang/test/ARCMT/
Dobjcmt-arc-cf-annotations.m1126 typedef __darwin_pthread_key_t pthread_key_t; typedef
/external/clang/test/Analysis/
Dretain-release.m1121 typedef __darwin_pthread_key_t pthread_key_t; typedef
/external/rust/crates/libc/src/unix/newlib/
Dmod.rs16 pub type pthread_key_t = ::c_uint; typedef
/external/llvm-project/clang/test/ARCMT/
Dobjcmt-arc-cf-annotations.m1126 typedef __darwin_pthread_key_t pthread_key_t; typedef
/external/llvm-project/clang/test/Analysis/
Dretain-release.m1232 typedef __darwin_pthread_key_t pthread_key_t; typedef
/external/rust/crates/libc/src/unix/hermit/
Dmod.rs34 pub type pthread_key_t = usize; typedef
/external/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs6 pub type pthread_key_t = ::c_int; typedef
/external/rust/crates/libc/src/unix/redox/
Dmod.rs24 pub type pthread_key_t = usize; typedef
/external/crosvm/net_sys/src/
Diff.rs744 pub type pthread_key_t = ::std::os::raw::c_uint; typedef
/external/rust/crates/libc/src/fuchsia/
Dmod.rs37 pub type pthread_key_t = ::c_uint; typedef
3674 key: *mut pthread_key_t, in pthread_key_create()
3679 pub fn pthread_setspecific(key: pthread_key_t, value: *const ::c_void) -> ::c_int; in pthread_setspecific()
/external/rust/crates/libc/src/unix/haiku/
Dmod.rs3 pub type pthread_key_t = ::c_int; typedef
/external/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs10 pub type pthread_key_t = ::c_int; typedef
/external/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs20 pub type pthread_key_t = ::c_uint; typedef
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs35 pub type pthread_key_t = ::c_uint; typedef
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs15 pub type pthread_key_t = ::c_int; typedef
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs15 pub type pthread_key_t = c_ulong; typedef
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs16 pub type pthread_key_t = ::c_uint; typedef