OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reporting_thread_tid
(Results
1 - 1
of
1
) sorted by null
/external/compiler-rt/lib/asan/
asan_report.cc
451
static u32
reporting_thread_tid
;
local
459
if (current_tid !=
reporting_thread_tid
) {
476
reporting_thread_tid
= GetCurrentTidOrInvalid();
479
if (
reporting_thread_tid
!= kInvalidTid) {
Completed in 3366 milliseconds