Searched refs:_tcb_get (Results 1 - 18 of 18) sorted by relevance

/freebsd-10-stable/lib/libthr/arch/sparc64/include/
H A Dpthread_md.h68 _tcb_get(void) function
79 return (_tcb_get()->tcb_thread);
/freebsd-10-stable/lib/libthr/arch/arm/include/
H A Dpthread_md.h71 _tcb_get(void) function
90 return (_tcb_get()->tcb_thread);
/freebsd-10-stable/lib/libthr/arch/ia64/include/
H A Dpthread_md.h65 _tcb_get(void) function
78 return (_tcb_get()->tcb_thread);
/freebsd-10-stable/lib/libthr/arch/mips/include/
H A Dpthread_md.h71 _tcb_get(void) function
85 return (_tcb_get()->tcb_thread);
/freebsd-10-stable/lib/libthr/arch/arm/arm/
H A Dpthread_md.c40 tcb = _rtld_allocate_tls((initial) ? _tcb_get() : NULL,
/freebsd-10-stable/lib/libthr/arch/ia64/ia64/
H A Dpthread_md.c43 tcb = _rtld_allocate_tls((initial) ? _tcb_get() : NULL,
/freebsd-10-stable/lib/libthr/arch/powerpc/powerpc/
H A Dpthread_md.c42 tcb = _rtld_allocate_tls((initial) ? _tcb_get() : NULL,
/freebsd-10-stable/lib/libthr/arch/powerpc/include/
H A Dpthread_md.h75 _tcb_get(void) function
92 return (_tcb_get()->tcb_thread);
/freebsd-10-stable/lib/libthr/arch/mips/mips/
H A Dpthread_md.c46 tcb = _rtld_allocate_tls((initial) ? _tcb_get() : NULL,
/freebsd-10-stable/lib/libthr/arch/sparc64/sparc64/
H A Dpthread_md.c43 tcb = _tcb_get();
/freebsd-10-stable/lib/libthr/arch/amd64/include/
H A Dpthread_md.h90 _tcb_get(void) function
/freebsd-10-stable/lib/libthr/arch/i386/include/
H A Dpthread_md.h94 _tcb_get(void) function
/freebsd-10-stable/lib/libkse/arch/amd64/include/
H A Dpthread_md.h192 _tcb_get(void) function
/freebsd-10-stable/lib/libkse/arch/arm/include/
H A Dpthread_md.h185 _tcb_get(void) function
/freebsd-10-stable/lib/libkse/arch/i386/include/
H A Dpthread_md.h192 _tcb_get(void) function
/freebsd-10-stable/lib/libkse/arch/powerpc/include/
H A Dpthread_md.h222 _tcb_get(void) function
/freebsd-10-stable/lib/libkse/arch/sparc64/include/
H A Dpthread_md.h187 _tcb_get(void) function
/freebsd-10-stable/lib/libkse/arch/ia64/include/
H A Dpthread_md.h193 _tcb_get(void) function

Completed in 102 milliseconds