Home
last modified time | relevance | path

Searched refs:tcb_thread (Results 1 – 10 of 10) sorted by relevance

/freebsd/lib/libthr/arch/aarch64/include/
H A Dpthread_md.h49 return (_tcb_get()->tcb_thread); in _get_curthread()
/freebsd/lib/libthr/arch/arm/include/
H A Dpthread_md.h47 return (_tcb_get()->tcb_thread); in _get_curthread()
/freebsd/lib/libthr/arch/riscv/include/
H A Dpthread_md.h55 return (_tcb_get()->tcb_thread); in _get_curthread()
/freebsd/lib/libthr/arch/powerpc/include/
H A Dpthread_md.h48 return (_tcb_get()->tcb_thread); in _get_curthread()
/freebsd/sys/sys/
H A D_tls_variant_i.h52 struct pthread *tcb_thread; member
/freebsd/lib/libthr/arch/amd64/include/
H A Dpthread_md.h51 : "i" (offsetof(struct tcb, tcb_thread))); in _get_curthread()
/freebsd/lib/libthr/arch/i386/include/
H A Dpthread_md.h51 : "i" (offsetof(struct tcb, tcb_thread))); in _get_curthread()
/freebsd/lib/libthr/thread/
H A Dthr_ctrdtr.c44 tcb->tcb_thread = thread; in _tcb_ctor()
H A Dthr_init.c339 _tcb_get()->tcb_thread = NULL; in _libpthread_init()
/freebsd/sys/x86/include/
H A Dtls.h56 struct pthread *tcb_thread; member