Searched refs:TIB_GET (Results 1 – 17 of 17) sorted by relevance
35 #undef TIB_GET36 #define TIB_GET() TCB_TO_TIB(_thread_cb.tc_tcb()) macro70 struct tib *_tib = TIB_GET(); \
53 TIB_GET()->tib_tid = getthrid(); in WRAP()67 TIB_GET()->tib_tid = getthrid(); in WRAP()
31 TIB_GET()->tib_tid = getthrid(); in WRAP()
103 struct tib *tib = TIB_GET(); in sigthr_handler()143 return (&TIB_GET()->tib_errno); in multi_threaded_errnoptr()283 struct tib *tib = TIB_GET(); in pthread_join()448 struct tib *tib = TIB_GET(); in pthread_testcancel()457 struct tib *tib = TIB_GET(); in pthread_setcancelstate()479 struct tib *tib = TIB_GET(); in pthread_setcanceltype()
234 struct tib *tib = TIB_GET(); in sem_wait()264 struct tib *tib = TIB_GET(); in sem_timedwait()
219 struct tib *tib = TIB_GET(); in sem_wait()251 struct tib *tib = TIB_GET(); in sem_timedwait()
66 (TIB_GET()->tib_thread_flags & TIB_THREAD_INITIAL_STACK) ? 1 : 0); in pthread_main_np()
82 tib = TIB_GET(); in _rthread_init()117 return TIB_GET()->tib_thread; in pthread_self()
75 struct tib *tib = TIB_GET(); in _rthread_cond_timedwait()
290 struct tib *tib = TIB_GET(); in pthread_cond_timedwait()446 struct tib *tib = TIB_GET(); in pthread_cond_wait()
30 tib = TIB_GET(); in _CurrentRuneLocale()
30 tib = TIB_GET(); in uselocale()
20 return (&TIB_GET()->tib_errno); in __errno()
30 struct tib *tib = TIB_GET(); in __cxa_thread_atexit_impl()
129 struct tib *tib = TIB_GET(); in _thread_finalize()
354 return mopts.malloc_pool[1 + TIB_GET()->tib_tid % in getpool()
230 #define TIB_GET() TCB_TO_TIB(TCB_GET()) macro