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

  /src/sys/external/bsd/compiler_rt/dist/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);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_mman.cc 145 ObtainCurrentStack(thr, pc, &stack);
tsan_rtl.h 643 void ObtainCurrentStack(ThreadState *thr, uptr toppc, StackTraceTy *stack,
657 ObtainCurrentStack(thr, pc, &stack); \
tsan_rtl_mutex.cc 59 ObtainCurrentStack(thr, pc, &trace);
116 ObtainCurrentStack(thr, pc, &trace);
tsan_rtl_report.cc 657 ObtainCurrentStack(thr, toppc, &traces[0], &tags[0]);
719 ObtainCurrentStack(thr, pc, &trace);
tsan_rtl.cc 565 ObtainCurrentStack(thr, 0, &hdr->stack0);
tsan_interceptors.cc 1937 ObtainCurrentStack(thr, StackTrace::GetNextInstructionPc(pc), &stack);

Completed in 17 milliseconds