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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_mutex.h 72 class InternalDeadlockDetector {
74 InternalDeadlockDetector();
tsan_mutex.cc 130 InternalDeadlockDetector::InternalDeadlockDetector() {
135 void InternalDeadlockDetector::Lock(MutexType t) {
162 void InternalDeadlockDetector::Unlock(MutexType t) {
168 void InternalDeadlockDetector::CheckNoLocks() {
tsan_rtl.h 430 InternalDeadlockDetector internal_deadlock_detector;
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_mutex.cpp 140 struct InternalDeadlockDetector {
216 static THREADLOCAL InternalDeadlockDetector deadlock_detector;
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_mutex.cpp 140 struct InternalDeadlockDetector {
216 static THREADLOCAL InternalDeadlockDetector deadlock_detector;

Completed in 16 milliseconds