Searched defs:pthread_key_create (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/lib/libc/thread/ |
H A D | rthread_tls.c | 38 pthread_key_create(pthread_key_t *key, void (*destructor)(void*)) in pthread_key_create() function
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | gthr-tpf.h | 82 __gthrw(pthread_key_create) in __gthrw() argument
|
H A D | gthr-posix.c | 44 pthread_key_create (pthread_key_t *key ATTRIBUTE_UNUSED, in pthread_key_create() function
|
/openbsd-src/gnu/usr.bin/perl/ |
H A D | thread.h | 44 # define pthread_key_create(k,d) pthread_keycreate(k,(pthread_destructor_t)(d)) macro 53 # define pthread_key_create(k,d) pthread_keycreate(k,(pthread_destructor_t)(d)) macro
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | gthr-posix.h | 50 #pragma weak pthread_key_create macro
|
/openbsd-src/gnu/usr.bin/perl/os2/ |
H A D | os2ish.h | 189 # define pthread_key_create(keyp,flag) (*keyp=_gettid(),0) macro 193 # define pthread_key_create(keyp,flag) \ macro
|
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 1100 INTERCEPTOR(int, pthread_key_create, __sanitizer_pthread_key_t *key, in INTERCEPTOR() argument
|
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/tests/ |
H A D | msan_test.cpp | 3422 TEST(MemorySanitizer, pthread_key_create) { in TEST() argument
|