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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_mutex.cc 142 if (locked_[i] == 0)
144 CHECK_NE(locked_[i], max_seq);
145 if (max_seq < locked_[i]) {
146 max_seq = locked_[i];
150 locked_[t] = ++seq_;
163 // Printf("UNLO %d @%zu #%zu\n", t, seq_, locked_[t]);
164 CHECK(locked_[t]);
165 locked_[t] = 0;
170 CHECK_EQ(locked_[i], 0);
tsan_mutex.h 80 u64 locked_[MutexTypeCount]; member in class:__tsan::InternalDeadlockDetector

Completed in 10 milliseconds