Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dselinux_internal.h16 #pragma weak pthread_getspecific macro
/external/libvpx/vp8/common/
Dthreading.h44 #define pthread_getspecific(ts_key) TlsGetValue(ts_key) macro
/external/python/cpython3/Python/
Dthread_pthread_stubs.h167 pthread_getspecific(pthread_key_t key) { in pthread_getspecific() function
/external/dng_sdk/source/
Ddng_pthread.h218 #define pthread_getspecific dng_pthread_getspecific macro
/external/libxml2/
Dglobals.c129 #pragma weak pthread_getspecific macro
/external/rust/crates/libc/src/unix/
Dmod.rs1079 pub fn pthread_getspecific(key: pthread_key_t) -> *mut ::c_void; in pthread_getspecific() function
/external/rust/crates/libc/src/teeos/
Dmod.rs1074 pub fn pthread_getspecific(key: pthread_key_t) -> *mut c_void; in pthread_getspecific() function
/external/rust/crates/libc/src/vxworks/
Dmod.rs1493 pub fn pthread_getspecific(key: ::pthread_key_t) -> *mut ::c_void; in pthread_getspecific() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3789 pub fn pthread_getspecific(key: pthread_key_t) -> *mut ::c_void; in pthread_getspecific() function