Searched defs:locks (Results 1 – 6 of 6) sorted by relevance
7 type(LOCK_TYPE) :: locks(10)[*] variable
6 type(LOCK_TYPE) :: myLock[*], locks(10)[*] variable
67 static Lock locks[SPINLOCK_COUNT]; variable93 static Lock locks[SPINLOCK_COUNT] = {[0 ... SPINLOCK_COUNT - 1] = {0, 1, 0}}; variable102 static Lock locks[SPINLOCK_COUNT]; // initialized to OS_SPINLOCK_INIT which is 0 variable121 static Lock locks[SPINLOCK_COUNT]; variable
51 std::scoped_lock<std::mutex, std::mutex, std::mutex> locks( in operator =() local 72 std::scoped_lock<std::recursive_mutex, std::recursive_mutex> locks(m_mutex, rhs.m_mutex); Append() local
164 set<uptr> locks; in RunRemoveNodeTest() local248 set<uptr> locks; in RunMultipleEpochsTest() local
973 void *locks; member