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

  /external/compiler-rt/lib/tsan/tests/unit/
tsan_stack_test.cc 23 trace->ObtainCurrent(&thr, 0);
26 trace->ObtainCurrent(&thr, 42);
32 trace->ObtainCurrent(&thr, 0);
37 trace->ObtainCurrent(&thr, 42);
68 trace.ObtainCurrent(&thr, 0);
73 trace.ObtainCurrent(&thr, 42);
  /external/compiler-rt/lib/tsan/rtl/
tsan_sync.h 36 void ObtainCurrent(ThreadState *thr, uptr toppc);
tsan_mman.cc 95 stack.ObtainCurrent(thr, pc);
tsan_sync.cc 255 void StackTrace::ObtainCurrent(ThreadState *thr, uptr toppc) {
tsan_rtl_thread.cc 67 creation_stack.ObtainCurrent(args->thr, args->pc);
tsan_rtl_report.cc 666 traces[0].ObtainCurrent(thr, toppc);
719 trace.ObtainCurrent(thr, pc);
tsan_rtl.cc 322 hdr->stack0.ObtainCurrent(thr, 0);
tsan_rtl_mutex.cc 70 trace.ObtainCurrent(thr, pc);

Completed in 637 milliseconds