Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ | |
sanitizer_deadlock_detector1.cc | 33 bool report_pending; member in struct:__sanitizer::DDLogicalThread 84 lt->report_pending = false; 130 lt->report_pending = true; 188 if (!cb->lt->report_pending) 190 cb->lt->report_pending = false; |
sanitizer_deadlock_detector2.cc | 60 bool report_pending; member in struct:__sanitizer::DDPhysicalThread 413 pt->report_pending = true; 417 if (!cb->pt->report_pending) 419 cb->pt->report_pending = false; |