Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libthr/arch/aarch64/include/
H A Dpthread_md.h52 struct pthread *tcb_thread; member
79 return (_tcb_get()->tcb_thread); in _get_curthread()
/freebsd-13.1/lib/libthr/arch/riscv/include/
H A Dpthread_md.h57 struct pthread *tcb_thread; member
86 return (_tcb_get()->tcb_thread); in _get_curthread()
/freebsd-13.1/lib/libthr/arch/arm/include/
H A Dpthread_md.h50 struct pthread *tcb_thread; /* our hook */ member
85 return (_tcb_get()->tcb_thread); in _get_curthread()
/freebsd-13.1/lib/libthr/arch/powerpc/include/
H A Dpthread_md.h57 struct pthread *tcb_thread; member
90 return (_tcb_get()->tcb_thread); in _get_curthread()
/freebsd-13.1/lib/libthr/arch/i386/include/
H A Dpthread_md.h53 struct pthread *tcb_thread; member
99 return (TCB_GET32(tcb_thread)); in _get_curthread()
/freebsd-13.1/lib/libthr/arch/mips/include/
H A Dpthread_md.h52 struct pthread *tcb_thread; member
129 return (_tcb_get()->tcb_thread); in _get_curthread()
/freebsd-13.1/lib/libthr/arch/amd64/include/
H A Dpthread_md.h53 struct pthread *tcb_thread; member
97 return (TCB_GET64(tcb_thread)); in _get_curthread()
/freebsd-13.1/lib/libthr/thread/
H A Dthr_ctrdtr.c47 tcb->tcb_thread = thread; in _tcb_ctor()