Home
last modified time | relevance | path

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

/openbsd-src/lib/libc/thread/
H A Drthread_tls.c38 pthread_key_create(pthread_key_t *key, void (*destructor)(void*)) in pthread_key_create() function
/openbsd-src/gnu/gcc/gcc/
H A Dgthr-tpf.h82 __gthrw(pthread_key_create) in __gthrw() argument
H A Dgthr-posix.c44 pthread_key_create (pthread_key_t *key ATTRIBUTE_UNUSED, in pthread_key_create() function
/openbsd-src/gnu/usr.bin/perl/
H A Dthread.h44 # 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 Dgthr-posix.h50 #pragma weak pthread_key_create macro
/openbsd-src/gnu/usr.bin/perl/os2/
H A Dos2ish.h189 # 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 Dmsan_interceptors.cpp1100 INTERCEPTOR(int, pthread_key_create, __sanitizer_pthread_key_t *key, in INTERCEPTOR() argument
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp3422 TEST(MemorySanitizer, pthread_key_create) { in TEST() argument