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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector_interface.h 76 virtual void DestroyPhysicalThread(DDPhysicalThread *pt) {}
sanitizer_deadlock_detector1.cc 44 void DestroyPhysicalThread(DDPhysicalThread *pt) override;
77 void DD::DestroyPhysicalThread(DDPhysicalThread *pt) {
sanitizer_deadlock_detector2.cc 88 void DestroyPhysicalThread(DDPhysicalThread *pt);
135 void DD::DestroyPhysicalThread(DDPhysicalThread *pt) {
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_proc.cc 42 ctx->dd->DestroyPhysicalThread(proc->dd_pt);
  /external/compiler-rt/lib/tsan/dd/
dd_rtl.cc 108 ctx->dd->DestroyPhysicalThread(thr->dd_pt);

Completed in 2051 milliseconds