Home
last modified time | relevance | path

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

/third_party/selinux/libselinux/src/
Dselinux_internal.h16 #pragma weak pthread_getspecific macro
/third_party/python/Python/
Dthread_pthread_stubs.h167 pthread_getspecific(pthread_key_t key) { in pthread_getspecific() function
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_pthread.h218 #define pthread_getspecific dng_pthread_getspecific macro
/third_party/libunwind/libunwind/src/aarch64/
DGtrace.c34 #pragma weak pthread_getspecific macro
/third_party/libunwind/libunwind/src/x86_64/
DGtrace.c33 #pragma weak pthread_getspecific macro
/third_party/libunwind/libunwind/src/arm/
DGtrace.c34 #pragma weak pthread_getspecific macro
/third_party/FreeBSD/lib/libc/include/
Dnamespace.h142 #define pthread_getspecific _pthread_getspecific macro
/third_party/rust/crates/libc/src/unix/
Dmod.rs1087 pub fn pthread_getspecific(key: pthread_key_t) -> *mut ::c_void; in pthread_getspecific() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1476 pub fn pthread_getspecific(key: ::pthread_key_t) -> *mut ::c_void; in pthread_getspecific() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3698 pub fn pthread_getspecific(key: pthread_key_t) -> *mut ::c_void; in pthread_getspecific() function