HomeSort by: relevance | last modified time | path
    Searched refs:pthread_getspecific (Results 1 - 15 of 15) sorted by relevancy

  /src/lib/libc/resolv/
mtctxres.c 67 if (pthread_getspecific(key) != 0) {
122 if (((mt = pthread_getspecific(key)) != 0) ||
124 (mt = pthread_getspecific(key)) != 0)) {
  /src/lib/libpthread/
tss.c 66 return pthread_getspecific(key);
pthread_specific.c 52 __strong_alias(__libc_thr_getspecific,pthread_getspecific)
76 pthread_getspecific(pthread_key_t key) function in typeref:typename:void *
pthread.h 152 void* pthread_getspecific(pthread_key_t);
404 #define pthread_getspecific __libc_thr_getspecific macro
Makefile 149 pthread_getspecific.3 pthread_join.3 \
207 MLINKS+= pthread_getspecific.3 pthread_setspecific.3
322 # pthread_setspecific() and pthread_getspecific(), since the constness
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_posix.cc 98 return pthread_getspecific(tsd_key);
  /src/lib/librumpuser/
rumpuser_pth.c 685 assert(pthread_getspecific(curlwpkey) == NULL && l != NULL);
703 pthread_getspecific(curlwpkey))->l == l);
714 rl = pthread_getspecific(curlwpkey);
731 assert(pthread_getspecific(curlwpkey) == NULL);
735 assert(pthread_getspecific(curlwpkey) == l);
745 return pthread_getspecific(curlwpkey);
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
emutls.c 160 emutls_address_array* array = pthread_getspecific(emutls_pthread_key);
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common_mac.cc 61 thread_local_data_t *ptr = (thread_local_data_t *)pthread_getspecific(key);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/
sanitizer_wrappers.cc 189 LLVM_SYMBOLIZER_INTERCEPTOR1(pthread_getspecific, void *(pthread_key_t))
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_platform_mac.cc 260 (uptr)pthread_getspecific(kPthreadSetjmpXorKeySlot);
  /src/tests/lib/libpthread/
t_stack.c 197 struct jmp_ctx *j = pthread_getspecific(C->jmp_key);
  /src/lib/librefuse/
refuse.c 139 if ((ctxt = pthread_getspecific(context_key)) == NULL) {
210 free(pthread_getspecific(context_key));
  /src/tests/lib/libc/sys/
t_ptrace_threads_wait.h 699 void *tls_val = pthread_getspecific(thread_concurrent_key);
718 tls_val = pthread_getspecific(thread_concurrent_key);
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_fdr_logging.cc 135 if (pthread_getspecific(Key) == NULL) {

Completed in 17 milliseconds