Home
last modified time | relevance | path

Searched refs:pthread_key_create (Results 1 – 25 of 53) sorted by relevance

123

/openbsd/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) in __gthread_objc_init_thread_system()
461 return pthread_key_create (key, dtor); in __gthread_key_create()
/openbsd/gnu/gcc/gcc/
H A Dgthr-tpf.h82 __gthrw(pthread_key_create) in __gthrw() argument
115 return __gthrw_(pthread_key_create) (key, dtor); in __gthread_key_create()
H A Dgthr-posix95.h69 __gthrw(pthread_key_create)
210 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0) in __gthread_objc_init_thread_system()
546 return __gthrw_(pthread_key_create) (key, dtor); in __gthread_key_create()
H A Dgthr-posix.h103 __gthrw(pthread_key_create)
247 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0) in __gthread_objc_init_thread_system()
583 return __gthrw_(pthread_key_create) (key, dtor); in __gthread_key_create()
H A Dgthr-posix.c44 pthread_key_create (pthread_key_t *key ATTRIBUTE_UNUSED, in pthread_key_create() function
/openbsd/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)) { \
/openbsd/lib/libc/thread/
H A Drthread_tls.c38 pthread_key_create(pthread_key_t *key, void (*destructor)(void*)) in pthread_key_create() function
65 DEF_STRONG(pthread_key_create);
H A Drthread_libc.c45 result |= pthread_key_create(&tt->k, dt ? dt : in _thread_tag_init()
/openbsd/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_posix.cpp33 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor)); in TSDInit()
/openbsd/lib/libc/hidden/
H A Dpthread.h37 PROTO_NORMAL(pthread_key_create);
/openbsd/lib/libpthread/man/
H A DMakefile.inc38 pthread_key_create.3 \
/openbsd/regress/lib/libpthread/pthread_specific/
H A Dpthread_specific.c80 CHECKr(pthread_key_create(&key, destroy_key)); in main()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_posix_test.cpp53 ASSERT_EQ(0, pthread_key_create(&key, &destructor)); in TEST()
H A Dsanitizer_allocator_testlib.cpp92 pthread_key_create(&pkey, thread_dtor); in thread_init()
/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_posix.cpp121 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor)); in AsanTSDInit()
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp105 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor)); in DFsanTSDInit()
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h31 CHECK_EQ(pthread_key_create(&PThreadKey, teardownThread<Allocator>), 0); in init()
/openbsd/gnu/llvm/compiler-rt/lib/lsan/
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)) { in InitializeInterceptors()
H A Dlsan_common_mac.cpp69 CHECK_EQ(pthread_key_create(&key, restore_tid_data), 0); in make_tls_key()
/openbsd/gnu/llvm/compiler-rt/lib/asan/tests/
H A Dasan_mac_test.cpp198 pthread_key_create(&test_key, CallFreeOnWorkqueue); in TEST()
/openbsd/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_posix.cpp56 EXPECT_EQ(pthread_key_create(&key, thread_secific_dtor), 0); in TEST()
/openbsd/usr.sbin/unbound/testcode/
H A Dchecklocks.h338 #define ub_thread_key_create(key, f) LOCKRET(pthread_key_create(key, f))
/openbsd/include/
H A Dpthread.h220 int pthread_key_create(pthread_key_t *,
/openbsd/gnu/llvm/compiler-rt/lib/safestack/
H A Dsafestack.cpp279 pthread_key_create(&thread_cleanup_key, thread_cleanup_handler); in __safestack_init()
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c408 pthread_key_create(&threadLocalStorageHandle, NULL); in loadiJIT_Funcs()

123