Home
last modified time | relevance | path

Searched defs:pthread_setspecific (Results 1 – 12 of 12) sorted by relevance

/third_party/musl/src/thread/
Dpthread_setspecific.c3 int pthread_setspecific(pthread_key_t k, const void *x) in pthread_setspecific() function
/third_party/selinux/libselinux/src/
Dselinux_internal.h12 #pragma weak pthread_setspecific macro
/third_party/libunwind/src/mingw/
Dpal-single-threaded.c56 int pthread_setspecific(pthread_key_t key, const void *value) in pthread_setspecific() function
/third_party/libunwind/src/win/
Dpal-single-threaded.c49 int pthread_setspecific(pthread_key_t key, const void *value) in pthread_setspecific() function
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_pthread.h217 #define pthread_setspecific dng_pthread_setspecific macro
/third_party/libunwind/src/arm/
DGtrace.c36 #pragma weak pthread_setspecific macro
/third_party/libunwind/src/aarch64/
DGtrace.c35 #pragma weak pthread_setspecific macro
/third_party/libunwind/src/x86_64/
DGtrace.c34 #pragma weak pthread_setspecific macro
/third_party/libxml2/
Dthreads.c59 #pragma weak pthread_setspecific macro
/third_party/rust/crates/libc/src/unix/
Dmod.rs1088 pub fn pthread_setspecific(key: pthread_key_t, value: *const ::c_void) -> ::c_int; in pthread_setspecific() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1473 pub fn pthread_setspecific(key: ::pthread_key_t, value: *const ::c_void) -> ::c_int; in pthread_setspecific() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3699 pub fn pthread_setspecific(key: pthread_key_t, value: *const ::c_void) -> ::c_int; in pthread_setspecific() function