Searched refs:pthread_setspecific (Results 1 - 25 of 48) sorted by relevance

12

/openbsd-current/gnu/gcc/gcc/
H A Dgthr-lynx.h35 /* Using the macro version of pthread_setspecific leads to a
42 #undef pthread_setspecific macro
H A Dgthr-tpf.h85 __gthrw(pthread_setspecific)
142 return __gthrw_(pthread_setspecific) (key, ptr);
H A Dgthr-posix.c63 pthread_setspecific (pthread_key_t key ATTRIBUTE_UNUSED, function
H A Dgthr-posix.h84 __gthrw3(pthread_setspecific)
94 __gthrw(pthread_setspecific)
394 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value);
601 return __gthrw_(pthread_setspecific) (key, ptr);
H A Dgthr-dce.h71 __gthrw(pthread_setspecific)
273 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value);
467 return __gthrw_(pthread_setspecific) (key, (void *) ptr);
H A Dgthr-posix95.h72 __gthrw(pthread_setspecific)
357 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value);
564 return __gthrw_(pthread_setspecific) (key, ptr);
/openbsd-current/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_posix.cpp43 pthread_setspecific(tsd_key, tsd);
50 CHECK_EQ(0, pthread_setspecific(tsd_key, tsd));
/openbsd-current/lib/libc/hidden/
H A Dpthread.h47 PROTO_NORMAL(pthread_setspecific); variable
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_posix_test.cpp31 ASSERT_EQ(0, pthread_setspecific(key, reinterpret_cast<void *>(iter - 1)));
39 return reinterpret_cast<void*>(pthread_setspecific(key, arg));
H A Dsanitizer_allocator_testlib.cpp63 pthread_setspecific(pkey, (void*)((uptr)v + 1));
95 pthread_setspecific(pkey, (void*)1);
/openbsd-current/lib/libpthread/man/
H A DMakefile.inc60 pthread_setspecific.3 \
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp65 int res = pthread_setspecific(thread_state_key, thr);
74 res = pthread_setspecific(thread_state_key, main_thread_state);
99 int res = pthread_setspecific(thread_state_key, thr);
106 int res = pthread_setspecific(thread_state_key, thr);
123 int res = pthread_setspecific(thread_state_key, dead_thread_state);
/openbsd-current/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp118 pthread_setspecific(tsd_key, t);
125 CHECK_EQ(0, pthread_setspecific(tsd_key, tsd));
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_posix.cpp131 pthread_setspecific(tsd_key, tsd);
138 CHECK_EQ(0, pthread_setspecific(tsd_key, tsd));
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgthr-posix.h53 #pragma weak pthread_setspecific macro
272 return pthread_setspecific (_objc_thread_storage, value);
469 return pthread_setspecific (key, 0);
489 return pthread_setspecific (key, ptr);
H A Dgthr-dce.h69 #pragma weak pthread_setspecific macro
259 return pthread_setspecific (_objc_thread_storage, value);
454 return pthread_setspecific (key, (void *) ptr);
/openbsd-current/regress/lib/libpthread/pthread_specific/
H A Dpthread_specific.c53 CHECKr(pthread_setspecific(key, pthread_self()));
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_posix.cpp41 EXPECT_EQ(pthread_setspecific(k->key, k), 0);
49 EXPECT_EQ(pthread_setspecific(k->key, k), 0);
/openbsd-current/lib/libc/thread/
H A Drthread_tls.c146 pthread_setspecific(pthread_key_t key, const void *data) function
160 DEF_STRONG(pthread_setspecific); variable
/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h109 pthread_setspecific(PThreadKey, reinterpret_cast<void *>(Instance)), 0);
141 // If pthread_setspecific fails, we will go ahead with the teardown.
142 if (LIKELY(pthread_setspecific(Instance->getTSDRegistry()->PThreadKey,
/openbsd-current/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cpp65 pthread_setspecific(key, data);
81 pthread_setspecific(key, ptr);
/openbsd-current/gnu/gcc/libgomp/
H A Dteam.c82 pthread_setspecific (gomp_tls_key, thr);
332 pthread_setspecific (gomp_tls_key, &initial_thread_tls_data);
/openbsd-current/gnu/llvm/compiler-rt/lib/safestack/
H A Dsafestack.cpp138 pthread_setspecific(thread_cleanup_key, (void *)1);
162 pthread_setspecific(thread_cleanup_key, NULL);
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c185 pthread_setspecific(threadLocalStorageHandle,(void*)threadStack);
437 pthread_setspecific(threadLocalStorageHandle, threadStack);
/openbsd-current/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_linux.cpp242 pthread_setspecific(tsd_key, (void *)t);
249 CHECK_EQ(0, pthread_setspecific(tsd_key, tsd));

Completed in 118 milliseconds

12