Home
last modified time | relevance | path

Searched refs:_numValuesLock (Results 1 – 3 of 3) sorted by relevance

/dports/biology/canu/canu-2.2/src/utility/src/utility/
H A Dbits-wordArray.H111 while (_numValuesLock.test_and_set(std::memory_order_relaxed) == true) in setNval()
117 _numValuesLock.clear(); in setNval()
H A Dbits-wordArray.C45 _numValuesLock.clear(); in wordArray()
H A Dbits.H476 std::atomic_flag _numValuesLock; // Lock on the above. variable