Searched refs:tls_address (Results 1 - 11 of 11) sorted by relevance

/haiku-fatelf/headers/os/support/
H A DTLS.h39 tls_address(int32 index) function
60 extern void **tls_address(int32 index);
/haiku-fatelf/src/system/libroot/posix/
H A Derrno.c18 return (int *)tls_address(TLS_ERRNO_SLOT);
H A Dsyslog.cpp82 *tls_address(sThreadContextSlot) = context = allocate_context();
255 *tls_address(sThreadContextSlot) = NULL;
/haiku-fatelf/src/system/libroot/os/arch/arm/
H A Dtls.c42 tls_address(int32 index) function
/haiku-fatelf/src/system/libroot/os/arch/m68k/
H A Dtls.c42 tls_address(int32 index) function
/haiku-fatelf/src/system/libroot/os/arch/mipsel/
H A Dtls.c42 tls_address(int32 index) function
/haiku-fatelf/src/system/libroot/os/arch/ppc/
H A Dtls.c42 tls_address(int32 index) function
/haiku-fatelf/src/system/libroot/os/arch/x86/
H A Dtls.c42 tls_address(int32 index) function
/haiku-fatelf/src/system/libroot/os/arch/x86_64/
H A Dtls.cpp45 tls_address(int32 _index) function
/haiku-fatelf/src/kits/network/
H A Dr5_compatibility.cpp43 return (int *)tls_address(__gHErrnoTLS);
/haiku-fatelf/src/system/libroot/os/
H A Dthread.c161 callback_node **head = (callback_node **)tls_address(TLS_ON_EXIT_THREAD_SLOT);

Completed in 48 milliseconds