Lines Matching defs:acquired
73 // the remaining bits hold "acquired" flag (the actual value is thread's
75 // if acquired == thr->reused_, then the respective thread has already
76 // acquired this clock (except possibly for dirty elements).
78 // need to acquire regardless of "acquired" flag value;
139 bool acquired = false;
146 acquired = true;
151 // Check if we've already acquired src after the last release operation on src
160 acquired = true;
165 // Remember that this thread has acquired this clock.
170 if (acquired) {
193 bool acquired = false;
203 acquired = true;
212 if (acquired) {
233 // Check if we had not acquired anything from other threads
246 // First, remember whether we've acquired dst.
247 bool acquired = IsAlreadyAcquired(dst);
256 // Clear 'acquired' flag in the remaining elements.
259 // If we've acquired dst, remember this fact,
261 if (acquired)
344 // Update the threads time, but preserve 'acquired' flag.
354 // Reset all 'acquired' flags, O(N).
363 // Checks whether the current thread has already acquired src.
377 // Checks whether the current thread has acquired anything