Home
last modified time | relevance | path

Searched refs:tc_tcb (Results 1 – 4 of 4) sorted by relevance

/openbsd/lib/libc/gen/
H A Derrno.c70 .tc_tcb = &single_threaded_tcb,
/openbsd/lib/libc/include/
H A Dcancel.h36 #define TIB_GET() TCB_TO_TIB(_thread_cb.tc_tcb())
H A Dthread_private.h84 void *(*tc_tcb)(void); member
/openbsd/lib/librthread/
H A Drthread.c214 cb.tc_tcb = multi_threaded_tcb; in _rthread_init()