Home
last modified time | relevance | path

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

/freebsd-12.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-12.1/lib/libthr/arch/sparc64/include/
H A Dpthread_md.h51 struct pthread *tcb_thread; /* our hook */ member
75 return (_tcb_get()->tcb_thread); in _get_curthread()
/freebsd-12.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-12.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-12.1/lib/libthr/arch/powerpc/include/
H A Dpthread_md.h57 struct pthread *tcb_thread; member
89 return (_tcb_get()->tcb_thread); in _get_curthread()
/freebsd-12.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-12.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-12.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-12.1/lib/libthr/thread/
H A Dthr_ctrdtr.c47 tcb->tcb_thread = thread; in _tcb_ctor()