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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector_interface.h 78 virtual DDLogicalThread* CreateLogicalThread(u64 ctx) { return nullptr; }
sanitizer_deadlock_detector1.cc 46 DDLogicalThread *CreateLogicalThread(u64 ctx) override;
80 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) {
sanitizer_deadlock_detector2.cc 90 DDLogicalThread* CreateLogicalThread(u64 ctx);
140 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) {
  /external/compiler-rt/lib/tsan/dd/
dd_rtl.cc 104 thr->dd_lt = ctx->dd->CreateLogicalThread(id);
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc 110 thr->dd_lt = ctx->dd->CreateLogicalThread(unique_id);

Completed in 234 milliseconds