Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/include/
H A Dreentrant.h191 int __libc_thr_keycreate(thread_key_t *, void (*)(void *));
197 #define thr_keycreate(k, d) __libc_thr_keycreate((k), (d))
/netbsd-src/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-src/lib/libc/thread-stub/
H A Dthread-stub.c290 __weak_alias(__libc_thr_keycreate,__libc_thr_keycreate_stub) in __weak_alias()
287 __weak_alias(__libc_thr_keycreate,__libc_thr_keycreate_stub) __weak_alias() argument
/netbsd-src/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()