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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector1.cc 46 DDLogicalThread* CreateLogicalThread(u64 ctx);
79 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) {
sanitizer_deadlock_detector_interface.h 78 virtual DDLogicalThread* CreateLogicalThread(u64 ctx) { return 0; }
sanitizer_deadlock_detector2.cc 90 DDLogicalThread* CreateLogicalThread(u64 ctx);
140 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) {

Completed in 192 milliseconds