Home
last modified time | relevance | path

Searched defs:thread_stats (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_allocator.cc522 AsanStats &thread_stats = asanThreadRegistry().GetCurrentThreadStats(); in QuarantinePop() local
548 AsanStats &thread_stats = asanThreadRegistry().GetCurrentThreadStats(); in GetNewChunks() local
654 AsanStats &thread_stats = asanThreadRegistry().GetCurrentThreadStats(); in Allocate() local
747 AsanStats &thread_stats = asanThreadRegistry().GetCurrentThreadStats(); in Deallocate() local
771 AsanStats &thread_stats = asanThreadRegistry().GetCurrentThreadStats(); in Reallocate() local
/external/linux-tools-perf/
Dbuiltin-lock.c121 static struct rb_root thread_stats; variable