OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:report_thread_leaks
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
tsan_flags.h
35
bool
report_thread_leaks
;
member in struct:__tsan::Flags
tsan_flags.cc
42
f->
report_thread_leaks
= true;
65
ParseFlag(env, &f->
report_thread_leaks
, "
report_thread_leaks
");
tsan_rtl_thread.cc
43
if (!flags()->
report_thread_leaks
)
Completed in 38 milliseconds