/external/clang/test/Analysis/Inputs/ |
D | system-header-simulator.h | 38 typedef __darwin_pthread_key_t pthread_key_t; typedef
|
/external/llvm-project/clang/test/Analysis/Inputs/ |
D | system-header-simulator.h | 72 typedef __darwin_pthread_key_t pthread_key_t; typedef
|
/external/dng_sdk/source/ |
D | dng_pthread.h | 169 #define pthread_key_t dng_pthread_key_t macro
|
/external/python/pycparser/utils/fake_libc_include/ |
D | _fake_typedefs.h | 98 typedef int pthread_key_t; typedef
|
/external/python/cpython3/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 2417 pthread_key_t = __darwin_pthread_key_t variable
|
/external/python/cpython2/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 2417 pthread_key_t = __darwin_pthread_key_t variable
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 1035 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/ |
D | mod.rs | 69 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/ |
D | objcmt-arc-cf-annotations.m | 1126 typedef __darwin_pthread_key_t pthread_key_t; typedef
|
/external/clang/test/Analysis/ |
D | retain-release.m | 1121 typedef __darwin_pthread_key_t pthread_key_t; typedef
|
/external/rust/crates/libc/src/unix/newlib/ |
D | mod.rs | 16 pub type pthread_key_t = ::c_uint; typedef
|
/external/llvm-project/clang/test/ARCMT/ |
D | objcmt-arc-cf-annotations.m | 1126 typedef __darwin_pthread_key_t pthread_key_t; typedef
|
/external/llvm-project/clang/test/Analysis/ |
D | retain-release.m | 1232 typedef __darwin_pthread_key_t pthread_key_t; typedef
|
/external/rust/crates/libc/src/unix/hermit/ |
D | mod.rs | 34 pub type pthread_key_t = usize; typedef
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 6 pub type pthread_key_t = ::c_int; typedef
|
/external/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 24 pub type pthread_key_t = usize; typedef
|
/external/crosvm/net_sys/src/ |
D | iff.rs | 744 pub type pthread_key_t = ::std::os::raw::c_uint; typedef
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 37 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/ |
D | mod.rs | 3 pub type pthread_key_t = ::c_int; typedef
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 10 pub type pthread_key_t = ::c_int; typedef
|
/external/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 20 pub type pthread_key_t = ::c_uint; typedef
|
/external/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 35 pub type pthread_key_t = ::c_uint; typedef
|
/external/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 15 pub type pthread_key_t = ::c_int; typedef
|
/external/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 15 pub type pthread_key_t = c_ulong; typedef
|
/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 16 pub type pthread_key_t = ::c_uint; typedef
|