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

  /external/compiler-rt/lib/tsan/rtl/
tsan_sync.h 62 u32 creation_stack_id; member in struct:__tsan::SyncVar
tsan_rtl_thread.cc 69 creation_stack_id = CurrentStackId(args->thr, args->pc);
158 if (leaks[i].tctx->creation_stack_id == tctx->creation_stack_id) {
tsan_sync.cc 66 res->creation_stack_id = CurrentStackId(thr, pc);
tsan_rtl_report.cc 207 const uptr *stack = StackDepotGet(tctx->creation_stack_id, &ssz);
276 const uptr *stack = StackDepotGet(s->creation_stack_id, &ssz);