Home
last modified time | relevance | path

Searched defs:pthread_getspecific (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/libvpx/vp8/common/
Dthreading.h44 #define pthread_getspecific(ts_key) TlsGetValue(ts_key) macro
/external/dng_sdk/source/
Ddng_pthread.h218 #define pthread_getspecific dng_pthread_getspecific macro
/external/libunwind/src/x86_64/
DGtrace.c32 #pragma weak pthread_getspecific macro
/external/libxml2/
Dthreads.c58 #pragma weak pthread_getspecific macro
/external/rust/crates/libc/src/cloudabi/
Dmod.rs315 pub fn pthread_getspecific(key: pthread_key_t) -> *mut ::c_void; in pthread_getspecific() function
/external/ImageMagick/MagickCore/
Dvms.h813 #define pthread_getspecific PTHREAD_GETSPECIFIC macro
/external/rust/crates/libc/src/unix/
Dmod.rs1070 pub fn pthread_getspecific(key: pthread_key_t) -> *mut ::c_void; in pthread_getspecific() function
/external/rust/crates/libc/src/vxworks/
Dmod.rs1572 pub fn pthread_getspecific(key: ::pthread_key_t) -> *mut ::c_void; in pthread_getspecific() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3753 pub fn pthread_getspecific(key: pthread_key_t) -> *mut ::c_void; in pthread_getspecific() function