OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get_tls_val
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common_mac.cc
58
static thread_local_data_t *
get_tls_val
(bool alloc) {
function in namespace:__lsan
74
thread_local_data_t *data =
get_tls_val
(false);
78
void DisableInThisThread() { ++
get_tls_val
(true)->disable_counter; }
81
int *disable_counter = &
get_tls_val
(true)->disable_counter;
89
thread_local_data_t *data =
get_tls_val
(false);
93
void SetCurrentThread(u32 tid) {
get_tls_val
(true)->current_thread_id = tid; }
95
AllocatorCache *GetAllocatorCache() { return &
get_tls_val
(true)->cache; }
Completed in 11 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025