Home
last modified time | relevance | path

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

/external/pigweed/third_party/chromium_verifier/public/chromium_verifier/pthread/
Dpthread.h24 typedef uint32_t pthread_key_t; typedef
/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator.h38 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/musl/include/
Dalltypes.h.in59 TYPEDEF unsigned pthread_key_t; variable
/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.rs1083 key: *mut pthread_key_t, in pthread_key_create()
1088 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
1465 key: *mut ::pthread_key_t, in pthread_key_create()
1473 pub fn pthread_setspecific(key: ::pthread_key_t, value: *const ::c_void) -> ::c_int; in pthread_setspecific()
/external/rust/crates/libc/src/unix/newlib/
Dmod.rs26 pub type pthread_key_t = ::c_uint; typedef
/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/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.rs36 pub type pthread_key_t = usize; typedef
/external/rust/crates/libc/src/fuchsia/
Dmod.rs37 pub type pthread_key_t = ::c_uint; typedef
3694 key: *mut pthread_key_t, in pthread_key_create()
3699 pub fn pthread_setspecific(key: pthread_key_t, value: *const ::c_void) -> ::c_int; in pthread_setspecific()
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs15 pub type pthread_key_t = c_ulong; typedef
5253 key: ::pthread_key_t, in pthread_introspection_setspecific_np()
5258 key: ::pthread_key_t, in pthread_introspection_getspecific_np()
/external/rust/crates/libc/src/unix/haiku/
Dmod.rs3 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/bsd/freebsdlike/
Dmod.rs10 pub type pthread_key_t = ::c_int; typedef
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs39 pub type pthread_key_t = ::c_uint; typedef
/external/rust/crates/libc/src/unix/nto/
Dmod.rs66 pub type pthread_key_t = ::c_int; typedef
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs16 pub type pthread_key_t = ::c_int; typedef
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs16 pub type pthread_key_t = ::c_uint; typedef