Home
last modified time | relevance | path

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

/netbsd-src/lib/libpthread/
H A Dpthread_tsd.c54 __strong_alias(__libc_thr_keycreate,pthread_key_create) in __strong_alias() argument
126 pthread_key_create(pthread_key_t *key, void (*destructor)(void *)) in pthread_key_create() function
H A Dpthread.h402 #define pthread_key_create __libc_thr_keycreate macro
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/s390/
H A Dgthr-tpf.h78 __gthrw(pthread_key_create) in __gthrw() argument
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/s390/
H A Dgthr-tpf.h78 __gthrw(pthread_key_create) in __gthrw() argument
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dtls.h65 # pragma weak pthread_key_create macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dtls.h65 # pragma weak pthread_key_create macro
/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/
H A Dexception.cc38 #pragma weak pthread_key_create macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_interceptors.cc1049 INTERCEPTOR(int, pthread_key_create, __sanitizer_pthread_key_t *key, in INTERCEPTOR() argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc3381 TEST(MemorySanitizer, pthread_key_create) { in TEST() argument
/netbsd-src/external/bsd/openldap/dist/libraries/liblmdb/
H A Dmdb.c300 #define pthread_key_create(x,y) \ macro