Searched refs:pthread_key_create (Results 1 - 25 of 45) sorted by relevance

12

/openbsd-current/lib/libc/hidden/
H A Dpthread.h37 PROTO_NORMAL(pthread_key_create); variable
/openbsd-current/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_posix.cpp33 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor));
/openbsd-current/lib/libpthread/man/
H A DMakefile.inc38 pthread_key_create.3 \
/openbsd-current/gnu/gcc/gcc/
H A Dgthr-tpf.h82 __gthrw(pthread_key_create)
115 return __gthrw_(pthread_key_create) (key, dtor);
H A Dgthr-posix.c44 pthread_key_create (pthread_key_t *key ATTRIBUTE_UNUSED, function
H A Dgthr-posix.h103 __gthrw(pthread_key_create)
247 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0)
583 return __gthrw_(pthread_key_create) (key, dtor);
H A Dgthr-posix95.h69 __gthrw(pthread_key_create)
210 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0)
546 return __gthrw_(pthread_key_create) (key, dtor);
/openbsd-current/regress/lib/libpthread/pthread_specific/
H A Dpthread_specific.c80 CHECKr(pthread_key_create(&key, destroy_key));
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_posix_test.cpp53 ASSERT_EQ(0, pthread_key_create(&key, &destructor));
H A Dsanitizer_allocator_testlib.cpp92 pthread_key_create(&pkey, thread_dtor);
/openbsd-current/lib/libc/thread/
H A Drthread_tls.c38 pthread_key_create(pthread_key_t *key, void (*destructor)(void*)) function
65 DEF_STRONG(pthread_key_create); variable
H A Drthread_libc.c45 result |= pthread_key_create(&tt->k, dt ? dt :
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgthr-posix.h50 #pragma weak pthread_key_create macro
129 if (pthread_key_create (&_objc_thread_storage, NULL) == 0)
461 return pthread_key_create (key, dtor);
/openbsd-current/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp105 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor));
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_posix.cpp121 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor));
/openbsd-current/gnu/usr.bin/perl/
H A Dthread.h38 # define pthread_keycreate pthread_key_create
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
444 if (pthread_key_create(&PL_thr_key, 0)) { \
445 PERL_UNUSED_RESULT(write(2, STR_WITH_LEN("panic: pthread_key_create failed\n"))); \
/openbsd-current/usr.sbin/unbound/testcode/
H A Dchecklocks.h338 #define ub_thread_key_create(key, f) LOCKRET(pthread_key_create(key, f))
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/tests/
H A Dasan_mac_test.cpp198 pthread_key_create(&test_key, CallFreeOnWorkqueue);
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_posix.cpp56 EXPECT_EQ(pthread_key_create(&key, thread_secific_dtor), 0);
/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h31 CHECK_EQ(pthread_key_create(&PThreadKey, teardownThread<Allocator>), 0);
/openbsd-current/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cpp69 CHECK_EQ(pthread_key_create(&key, restore_tid_data), 0);
H A Dlsan_interceptors.cpp43 int pthread_key_create(unsigned *key, void (*destructor)(void* v));
533 if (pthread_key_create(&g_thread_finalize_key, &thread_finalize)) {
/openbsd-current/gnu/gcc/libgomp/
H A Dteam.c331 pthread_key_create (&gomp_tls_key, NULL);
/openbsd-current/include/
H A Dpthread.h220 int pthread_key_create(pthread_key_t *,
/openbsd-current/gnu/llvm/compiler-rt/lib/safestack/
H A Dsafestack.cpp279 pthread_key_create(&thread_cleanup_key, thread_cleanup_handler);

Completed in 316 milliseconds

12