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

  /src/sys/sys/
tls.h 46 void *tcb_pthread; member in struct:tls_tcb
50 void *tcb_pthread;
  /src/lib/libpthread/
pthread_int.h 276 return (pthread_t)tcb->tcb_pthread;
pthread.c 538 newthread->pt_tls->tcb_pthread = newthread;
1384 pthread__main->pt_tls->tcb_pthread = pthread__main;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_linux_libcdep.cc 418 return (uptr)ThreadSelfTlsTcb()->tcb_pthread;

Completed in 41 milliseconds