Home
last modified time | relevance | path

Searched refs:_tcb_get (Results 1 – 20 of 20) sorted by relevance

/freebsd-14-stable/lib/libthr/arch/arm/include/
HDpthread_md.h47 return (_tcb_get()->tcb_thread); in _get_curthread()
/freebsd-14-stable/lib/libthr/arch/aarch64/include/
HDpthread_md.h49 return (_tcb_get()->tcb_thread); in _get_curthread()
/freebsd-14-stable/lib/libthr/arch/riscv/include/
HDpthread_md.h55 return (_tcb_get()->tcb_thread); in _get_curthread()
/freebsd-14-stable/lib/libthr/arch/powerpc/include/
HDpthread_md.h48 return (_tcb_get()->tcb_thread); in _get_curthread()
/freebsd-14-stable/sys/arm/include/
HDtls.h46 _tcb_get(void) in _tcb_get() function
/freebsd-14-stable/sys/arm64/include/
HDtls.h51 _tcb_get(void) in _tcb_get() function
/freebsd-14-stable/sys/riscv/include/
HDtls.h52 _tcb_get(void) in _tcb_get() function
/freebsd-14-stable/lib/libthr/thread/
HDthr_ctrdtr.c41 tcb = _tcb_get(); in _tcb_ctor()
HDthr_init.c336 _tcb_get()->tcb_thread = NULL; in _libpthread_init()
/freebsd-14-stable/sys/powerpc/include/
HDtls.h52 _tcb_get(void) in _tcb_get() function
/freebsd-14-stable/sys/x86/include/
HDtls.h69 _tcb_get(void) in _tcb_get() function
/freebsd-14-stable/libexec/rtld-elf/i386/
HDreloc.c523 dtvp = &_tcb_get()->tcb_dtv; in ___tls_get_addr()
533 dtvp = &_tcb_get()->tcb_dtv; in __tls_get_addr()
/freebsd-14-stable/lib/libc/gen/
HDtls.c86 dtv = _tcb_get()->tcb_dtv; in __libc_tls_get_addr()
/freebsd-14-stable/libexec/rtld-elf/riscv/
HDreloc.c406 dtvp = &_tcb_get()->tcb_dtv; in __tls_get_addr()
/freebsd-14-stable/libexec/rtld-elf/arm/
HDreloc.c471 dtvp = &_tcb_get()->tcb_dtv; in __tls_get_addr()
/freebsd-14-stable/libexec/rtld-elf/amd64/
HDreloc.c548 dtvp = &_tcb_get()->tcb_dtv; in __tls_get_addr()
/freebsd-14-stable/libexec/rtld-elf/aarch64/
HDreloc.c533 dtvp = &_tcb_get()->tcb_dtv; in __tls_get_addr()
/freebsd-14-stable/libexec/rtld-elf/powerpc64/
HDreloc.c729 dtvp = &_tcb_get()->tcb_dtv; in __tls_get_addr()
/freebsd-14-stable/libexec/rtld-elf/powerpc/
HDreloc.c832 dtvp = &_tcb_get()->tcb_dtv; in __tls_get_addr()
/freebsd-14-stable/libexec/rtld-elf/
HDrtld.c4198 dtvp = &_tcb_get()->tcb_dtv; in rtld_fill_dl_phdr_info()
5538 p = (char *)_tcb_get() + obj->tlsoffset + TLS_TCB_SIZE; in allocate_module_tls()
5540 p = (char *)_tcb_get() - obj->tlsoffset; in allocate_module_tls()