/haiku/docs/user/support/ |
H A D | TLS.dox | 28 \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 D | TLS.h | 23 extern int32 tls_allocate(void);
|
/haiku/src/system/libroot/os/arch/ppc/ |
H A D | tls.c | 19 tls_allocate(void) in tls_allocate() function
|
/haiku/src/system/libroot/os/arch/sparc/ |
H A D | tls.c | 19 tls_allocate(void) in tls_allocate() function
|
/haiku/src/system/libroot/os/arch/arm/ |
H A D | tls.c | 32 tls_allocate(void) in tls_allocate() function
|
/haiku/src/system/libroot/os/arch/x86_64/ |
H A D | tls.cpp | 37 tls_allocate() in tls_allocate() function
|
/haiku/src/system/libroot/os/arch/arm64/ |
H A D | tls.c | 33 tls_allocate(void) in tls_allocate() function
|
/haiku/src/system/libroot/os/arch/m68k/ |
H A D | tls.c | 30 tls_allocate(void) in tls_allocate() function
|
/haiku/src/system/libroot/os/arch/riscv64/ |
H A D | tls.cpp | 33 tls_allocate(void) in tls_allocate() function
|
/haiku/src/system/libroot/os/arch/x86/ |
H A D | tls.c | 31 tls_allocate(void) in tls_allocate() function
|
/haiku/src/system/libnetwork/ |
H A D | r5_compatibility.cpp | 37 int32 __gHErrnoTLS = tls_allocate();
|
/haiku/src/add-ons/kernel/partitioning_systems/session/ |
H A D | Debug.cpp | 230 tls_handle = tls_allocate(); in get_tls_handle()
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/ |
H A D | RequestThread.cpp | 18 static const int32 sTLSVariable = tls_allocate();
|
/haiku/src/add-ons/kernel/file_systems/udf/ |
H A D | UdfDebug.cpp | 232 tls_handle = tls_allocate(); in get_tls_handle()
|
/haiku/src/system/libroot/posix/ |
H A D | syslog.cpp | 67 int32 slot = tls_allocate(); in get_context()
|
H A D | pwd_query.c | 630 pw_tls_id = tls_allocate(); in __init_pwd_backend()
|
/haiku/src/tests/system/kernel/scheduler/ |
H A D | main.cpp | 316 sCPUIndexSlot = tls_allocate(); in start_cpus()
|
/haiku/src/system/libroot/posix/malloc/debug/ |
H A D | guarded_heap.cpp | 1106 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 D | TestShell.cpp | 47 fTLSDebuggerCall = tls_allocate(); in BTestShell()
|
/haiku/src/system/libroot/stubbed/ |
H A D | libroot_stubs_legacy.c | 2585 void tls_allocate() {} in tls_allocate() function
|
H A D | libroot_stubs.c | 2606 void tls_allocate() {} in tls_allocate() function
|