Home
last modified time | relevance | path

Searched refs:tls_allocate (Results 1 – 21 of 21) sorted by relevance

/haiku/docs/user/support/
H A DTLS.dox28 \c ThreadManager allocates the TLS variables using tls_allocate(). This only
45 gThreadName = tls_allocate();
46 gThreadStatus = tls_allocate();
88 \fn int32 tls_allocate(void)
110 \param index The \a index that you retrieved with tls_allocate().
115 \sa tls_allocate()
129 \param index The \a index that you retrieved with tls_allocate().
134 \sa tls_allocate()
149 \param index The \a index that you retrieved with tls_allocate().
153 \sa tls_allocate()
/haiku/headers/os/support/
H A DTLS.h23 extern int32 tls_allocate(void);
/haiku/src/system/libroot/os/arch/ppc/
H A Dtls.c19 tls_allocate(void) in tls_allocate() function
/haiku/src/system/libroot/os/arch/sparc/
H A Dtls.c19 tls_allocate(void) in tls_allocate() function
/haiku/src/system/libroot/os/arch/arm/
H A Dtls.c32 tls_allocate(void) in tls_allocate() function
/haiku/src/system/libroot/os/arch/x86_64/
H A Dtls.cpp37 tls_allocate() in tls_allocate() function
/haiku/src/system/libroot/os/arch/arm64/
H A Dtls.c33 tls_allocate(void) in tls_allocate() function
/haiku/src/system/libroot/os/arch/m68k/
H A Dtls.c30 tls_allocate(void) in tls_allocate() function
/haiku/src/system/libroot/os/arch/riscv64/
H A Dtls.cpp33 tls_allocate(void) in tls_allocate() function
/haiku/src/system/libroot/os/arch/x86/
H A Dtls.c31 tls_allocate(void) in tls_allocate() function
/haiku/src/system/libnetwork/
H A Dr5_compatibility.cpp37 int32 __gHErrnoTLS = tls_allocate();
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A DDebug.cpp230 tls_handle = tls_allocate(); in get_tls_handle()
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DRequestThread.cpp18 static const int32 sTLSVariable = tls_allocate();
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfDebug.cpp232 tls_handle = tls_allocate(); in get_tls_handle()
/haiku/src/system/libroot/posix/
H A Dsyslog.cpp67 int32 slot = tls_allocate(); in get_context()
H A Dpwd_query.c630 pw_tls_id = tls_allocate(); in __init_pwd_backend()
/haiku/src/tests/system/kernel/scheduler/
H A Dmain.cpp316 sCPUIndexSlot = tls_allocate(); in start_cpus()
/haiku/src/system/libroot/posix/malloc/debug/
H A Dguarded_heap.cpp1106 sStackBaseTLSIndex = tls_allocate(); in guarded_heap_set_stack_trace_depth()
1112 sStackEndTLSIndex = tls_allocate(); in guarded_heap_set_stack_trace_depth()
/haiku/src/tools/cppunit/
H A DTestShell.cpp47 fTLSDebuggerCall = tls_allocate(); in BTestShell()
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c2585 void tls_allocate() {} in tls_allocate() function
H A Dlibroot_stubs.c2606 void tls_allocate() {} in tls_allocate() function