Home
last modified time | relevance | path

Searched refs:tib_thread (Results 1 – 7 of 7) sorted by relevance

/openbsd/include/
H A Dtib.h147 void *tib_thread; member
151 void *tib_thread; member
183 void *tib_thread; member
211 (tib)->tib_thread = (thread); \
/openbsd/lib/libc/thread/
H A Drthread.c83 tib->tib_thread = thread; in _rthread_init()
117 return TIB_GET()->tib_thread; in pthread_self()
H A Drthread_cond.c76 pthread_t self = tib->tib_thread; in _rthread_cond_timedwait()
H A Drthread_sync.c291 pthread_t self = tib->tib_thread; in pthread_cond_timedwait()
447 pthread_t self = tib->tib_thread; in pthread_cond_wait()
/openbsd/lib/librthread/
H A Drthread.c104 pthread_t self = tib->tib_thread; in sigthr_handler()
294 self = tib->tib_thread; in pthread_join()
361 thread = tib->tib_thread; in pthread_create()
H A Drthread_sem_compat.c242 self = tib->tib_thread; in sem_wait()
277 self = tib->tib_thread; in sem_timedwait()
H A Drthread_sem.c227 self = tib->tib_thread; in sem_wait()
264 self = tib->tib_thread; in sem_timedwait()