HomeSort by relevance Sort by last modified time
    Searched refs:announced (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/asan/
asan_thread.h 42 : ThreadContextBase(tid), announced(false),
45 bool announced; member in class:__asan::AsanThreadContext
asan_report.cc 600 if (context->tid == 0 || context->announced) {
603 context->announced = true;
683 // Make sure the current thread is announced.
    [all...]

Completed in 420 milliseconds