Searched refs:ObtainCurrentStack (Results 1 – 7 of 7) sorted by relevance
/external/compiler-rt/lib/tsan/tests/unit/ |
D | tsan_stack_test.cc | 28 ObtainCurrentStack(&thr, 0, trace); in TestStackTrace() 31 ObtainCurrentStack(&thr, 42, trace); in TestStackTrace() 37 ObtainCurrentStack(&thr, 0, trace); in TestStackTrace() 42 ObtainCurrentStack(&thr, 42, trace); in TestStackTrace() 61 ObtainCurrentStack(&thr, 0, trace); in TestTrim() 67 ObtainCurrentStack(&thr, 42, trace); in TestTrim()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_mman.cc | 140 ObtainCurrentStack(thr, pc, &stack); in SignalUnsafeCall()
|
D | tsan_rtl_mutex.cc | 59 ObtainCurrentStack(thr, pc, &trace); in ReportMutexMisuse() 117 ObtainCurrentStack(thr, pc, &trace); in MutexDestroy()
|
D | tsan_rtl_report.cc | 628 ObtainCurrentStack(thr, toppc, &traces[0]); in ReportRace() 679 ObtainCurrentStack(thr, pc, &trace); in PrintCurrentStack()
|
D | tsan_rtl.h | 591 void ObtainCurrentStack(ThreadState *thr, uptr toppc, StackTraceTy *stack) { in ObtainCurrentStack() function
|
D | tsan_rtl.cc | 512 ObtainCurrentStack(thr, 0, &hdr->stack0); in TraceSwitch()
|
D | tsan_interceptors.cc | 1817 ObtainCurrentStack(thr, StackTrace::GetNextInstructionPc(pc), &stack); in CallUserSignalHandler()
|