Home
last modified time | relevance | path

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

/third_party/libunwind/include/win/
Dpthread.h18 typedef long pthread_key_t; typedef
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_pthread.h169 #define pthread_key_t dng_pthread_key_t macro
/third_party/musl/include/
Dalltypes.h.in59 TYPEDEF unsigned pthread_key_t; variable
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dalltypes.h335 typedef int pthread_key_t; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dalltypes.h281 typedef unsigned pthread_key_t; typedef
/third_party/musl/porting/liteos_m/user/include/bits/
Dalltypes.h278 typedef unsigned pthread_key_t; typedef
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dalltypes.h278 typedef unsigned pthread_key_t; typedef
/third_party/musl/porting/uniproton/kernel/include/bits/
Dalltypes.h278 typedef unsigned pthread_key_t; typedef
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2417 pthread_key_t = __darwin_pthread_key_t variable
/third_party/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()
/third_party/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()
/third_party/rust/crates/libc/src/unix/newlib/
Dmod.rs26 pub type pthread_key_t = ::c_uint; typedef
/third_party/rust/crates/libc/src/unix/hermit/
Dmod.rs34 pub type pthread_key_t = usize; typedef
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs36 pub type pthread_key_t = usize; typedef
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs6 pub type pthread_key_t = ::c_int; typedef
/third_party/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()
/third_party/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()
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs3 pub type pthread_key_t = ::c_int; typedef
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs20 pub type pthread_key_t = ::c_uint; typedef
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs10 pub type pthread_key_t = ::c_int; typedef
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs39 pub type pthread_key_t = ::c_uint; typedef
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs66 pub type pthread_key_t = ::c_int; typedef
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs16 pub type pthread_key_t = ::c_int; typedef
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs16 pub type pthread_key_t = ::c_uint; typedef
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp6224 typedef unsigned int pthread_key_t; typedef