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

  /external/compiler-rt/lib/tsan/tests/unit/
tsan_stack_test.cc 28 ObtainCurrentStack(&thr, 0, trace);
31 ObtainCurrentStack(&thr, 42, trace);
37 ObtainCurrentStack(&thr, 0, trace);
42 ObtainCurrentStack(&thr, 42, trace);
61 ObtainCurrentStack(&thr, 0, trace);
67 ObtainCurrentStack(&thr, 42, trace);
  /external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc 140 ObtainCurrentStack(thr, pc, &stack);
tsan_rtl_mutex.cc 59 ObtainCurrentStack(thr, pc, &trace);
117 ObtainCurrentStack(thr, pc, &trace);
tsan_rtl_report.cc 628 ObtainCurrentStack(thr, toppc, &traces[0]);
679 ObtainCurrentStack(thr, pc, &trace);
tsan_rtl.cc 512 ObtainCurrentStack(thr, 0, &hdr->stack0);
tsan_rtl.h 591 void ObtainCurrentStack(ThreadState *thr, uptr toppc, StackTraceTy *stack) {
tsan_interceptors.cc     [all...]

Completed in 173 milliseconds