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

  /external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc 52 b->alloc_tid = thr->unique_id;
tsan_rtl_report.cc 193 ThreadContext *tctx = FindThread(b->alloc_tid);
200 loc->tid = tctx ? tctx->tid : b->alloc_tid;
tsan_rtl.h 45 u32 alloc_tid; member in struct:__tsan::MBlock
  /external/compiler-rt/lib/asan/
asan_allocator.cc 164 uptr alloc_tid : 24;
514 CHECK(m->alloc_tid >= 0);
592 CHECK(m->alloc_tid >= 0);
594 asanThreadRegistry().FindByTid(m->alloc_tid);
699 m->alloc_tid = t ? t->tid() : 0;
738 CHECK(m->alloc_tid >= 0);

Completed in 435 milliseconds