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

  /src/sys/external/bsd/compiler_rt/dist/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);
136 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) {
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
dd_rtl.cc 104 thr->dd_lt = ctx->dd->CreateLogicalThread(id);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_thread.cc 111 thr->dd_lt = ctx->dd->CreateLogicalThread(unique_id);

Completed in 18 milliseconds