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

/freebsd-11-stable/lib/libthr/arch/sparc64/include/
H A Dpthread_md.h49 struct pthread *tcb_thread; /* our hook */ member in struct:tcb
73 return (_tcb_get()->tcb_thread);
/freebsd-11-stable/lib/libthr/arch/aarch64/include/
H A Dpthread_md.h52 struct pthread *tcb_thread; member in struct:tcb
79 return (_tcb_get()->tcb_thread);
/freebsd-11-stable/lib/libthr/arch/mips/include/
H A Dpthread_md.h50 struct pthread *tcb_thread; member in struct:tcb
77 return (_tcb_get()->tcb_thread);
/freebsd-11-stable/lib/libthr/arch/riscv/include/
H A Dpthread_md.h57 struct pthread *tcb_thread; member in struct:tcb
86 return (_tcb_get()->tcb_thread);
/freebsd-11-stable/lib/libthr/arch/arm/include/
H A Dpthread_md.h48 struct pthread *tcb_thread; /* our hook */ member in struct:tcb
83 return (_tcb_get()->tcb_thread);
/freebsd-11-stable/lib/libthr/arch/amd64/include/
H A Dpthread_md.h51 struct pthread *tcb_thread; member in struct:tcb
95 return (TCB_GET64(tcb_thread));
/freebsd-11-stable/lib/libthr/arch/i386/include/
H A Dpthread_md.h51 struct pthread *tcb_thread; member in struct:tcb
97 return (TCB_GET32(tcb_thread));
/freebsd-11-stable/lib/libthr/arch/powerpc/include/
H A Dpthread_md.h55 struct pthread *tcb_thread; member in struct:tcb
87 return (_tcb_get()->tcb_thread);
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_ctrdtr.c47 tcb->tcb_thread = thread;

Completed in 66 milliseconds