Home
last modified time | relevance | path

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

/freebsd/lib/libthr/arch/aarch64/include/
H A Dpthread_md.h57 #define __thr_setup_tsd(thread) _tcb_set((thread)->tcb) macro
/freebsd/lib/libthr/arch/arm/include/
H A Dpthread_md.h51 #define __thr_setup_tsd(thread) _tcb_set((thread)->tcb) macro
/freebsd/lib/libthr/arch/riscv/include/
H A Dpthread_md.h64 #define __thr_setup_tsd(thread) _tcb_set((thread)->tcb) macro
/freebsd/lib/libthr/arch/powerpc/include/
H A Dpthread_md.h57 #define __thr_setup_tsd(thread) _tcb_set((thread)->tcb) macro
/freebsd/lib/libthr/arch/amd64/include/
H A Dpthread_md.h60 void __thr_setup_tsd(struct pthread *thread);
/freebsd/lib/libthr/arch/amd64/amd64/
H A Dthr_machdep.c21 __thr_setup_tsd(struct pthread *thread) in __thr_setup_tsd() function
/freebsd/lib/libthr/arch/i386/include/
H A Dpthread_md.h60 #define __thr_setup_tsd(thread) _tcb_set((thread)->tcb) macro
/freebsd/lib/libthr/thread/
H A Dthr_init.c356 __thr_setup_tsd(curthread); in _libpthread_init()