Home
last modified time | relevance | path

Searched refs:__libc_thr_keycreate (Results 1 – 5 of 5) sorted by relevance

/netbsd/lib/libc/include/
H A Dreentrant.h188 int __libc_thr_keycreate(thread_key_t *, void (*)(void *));
194 #define thr_keycreate(k, d) __libc_thr_keycreate((k), (d))
/netbsd/lib/libpthread/
H A Dpthread.h396 int __libc_thr_keycreate(pthread_key_t *, void (*)(void *));
402 #define pthread_key_create __libc_thr_keycreate
H A Dpthread_tsd.c54 __strong_alias(__libc_thr_keycreate,pthread_key_create) in __strong_alias() argument
/netbsd/lib/libc/thread-stub/
H A Dthread-stub.c287 __weak_alias(__libc_thr_keycreate,__libc_thr_keycreate_stub) in __weak_alias() argument
/netbsd/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_interceptors.cc1060 INTERCEPTOR(int, __libc_thr_keycreate, __sanitizer_pthread_key_t *m, void (*dtor)(void *value)) \
1690 INTERCEPT_FUNCTION(__libc_thr_keycreate); in InitializeInterceptors()