HomeSort by: relevance | last modified time | path
    Searched refs:announced (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_thread.h 42 : ThreadContextBase(tid), announced(false),
45 bool announced; member in class:__asan::AsanThreadContext
asan_descriptions.cc 48 if (context->tid == 0 || context->announced) {
51 context->announced = true;

Completed in 11 milliseconds