OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DisableInThisThread
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common_linux.cc
45
void
DisableInThisThread
() { disable_counter++; }
lsan_common_mac.cc
78
void
DisableInThisThread
() { ++get_tls_val(true)->disable_counter; }
/src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_common_fuchsia.cpp
37
void
DisableInThisThread
() { disable_counter++; }
lsan_common_linux.cpp
45
void
DisableInThisThread
() { disable_counter++; }
lsan_common_mac.cpp
94
void
DisableInThisThread
() { ++get_tls_val(true)->disable_counter; }
/src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_common_fuchsia.cpp
36
void
DisableInThisThread
() { disable_counter++; }
lsan_common_linux.cpp
45
void
DisableInThisThread
() { disable_counter++; }
lsan_common_mac.cpp
77
void
DisableInThisThread
() { ++get_tls_val(true)->disable_counter; }
Completed in 16 milliseconds
Indexes created Sat Mar 28 00:23:22 UTC 2026