OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ScopedInterceptorDisabler
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.h
158
struct
ScopedInterceptorDisabler
{
159
ScopedInterceptorDisabler
() { DisableInThisThread(); }
160
~
ScopedInterceptorDisabler
() { EnableInThisThread(); }
/src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_common.h
280
struct
ScopedInterceptorDisabler
{
281
ScopedInterceptorDisabler
() { DisableInThisThread(); }
282
~
ScopedInterceptorDisabler
() { EnableInThisThread(); }
/src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_common.h
177
struct
ScopedInterceptorDisabler
{
178
ScopedInterceptorDisabler
() { DisableInThisThread(); }
179
~
ScopedInterceptorDisabler
() { EnableInThisThread(); }
Completed in 68 milliseconds
Indexes created Tue Mar 31 00:22:50 UTC 2026