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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_deadlock_detector1.cc 46 DDLogicalThread *CreateLogicalThread(u64 ctx) override;
80 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) {
sanitizer_deadlock_detector_interface.h 78 virtual DDLogicalThread* CreateLogicalThread(u64 ctx) { return nullptr; }
sanitizer_deadlock_detector2.cc 90 DDLogicalThread* CreateLogicalThread(u64 ctx);
136 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) {

Completed in 78 milliseconds