Home
last modified time | relevance | path

Searched defs:pthread_key_create (Results 1 – 11 of 11) sorted by relevance

/external/selinux/libselinux/src/
Dselinux_internal.h13 #pragma weak pthread_key_create macro
/external/python/cpython3/Python/
Dthread_pthread_stubs.h136 pthread_key_create(pthread_key_t *key, void (*destr_function)(void *)) in pthread_key_create() function
/external/dng_sdk/source/
Ddng_pthread.h215 #define pthread_key_create dng_pthread_key_create macro
/external/cronet/third_party/libxml/src/
Dthreads.c81 #pragma weak pthread_key_create macro
/external/libxml2/
Dglobals.c131 #pragma weak pthread_key_create macro
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc1135 INTERCEPTOR(int, pthread_key_create, __sanitizer_pthread_key_t *key, in INTERCEPTOR() argument
/external/rust/crates/libc/src/unix/
Dmod.rs1074 pub fn pthread_key_create( in pthread_key_create() function
/external/rust/crates/libc/src/teeos/
Dmod.rs1067 pub fn pthread_key_create( in pthread_key_create() function
/external/rust/crates/libc/src/vxworks/
Dmod.rs1481 pub fn pthread_key_create( in pthread_key_create() function
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc3163 TEST(MemorySanitizer, pthread_key_create) { in TEST() argument
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3784 pub fn pthread_key_create( in pthread_key_create() function