| Home | Sort by: relevance | last modified time | path |
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ | |
| tsan_mutex.h | 80 u64 locked_[MutexTypeCount]; member in class:__tsan::InternalDeadlockDetector |
| /src/external/gpl3/gcc/dist/libsanitizer/tsan/ | |
| tsan_rtl.h | 632 : thr_(thr), locked_(recursive ? thr->slot_locked : false) { 640 if (!locked_) 646 if (!locked_) 652 bool locked_; member in class:__tsan::SlotLocker 657 SlotUnlocker(ThreadState *thr) : thr_(thr), locked_(thr->slot_locked) { 658 if (locked_) 663 if (locked_) 669 bool locked_; member in class:__tsan::SlotUnlocker |