Lines Matching full:acquire
98 * Attempting to acquire the lock failed.
145 * Try to acquire the lock. This has a tri-state return, indicating
153 // Try to acquire the lock, assuming that we are in the state where in try_lock()
176 return (val.load(memory_order::acquire) & initialised) == in is_initialised()
214 * Try to acquire the lock. This has a tri-state return, indicating
222 // Try to acquire the lock in try_lock()
261 return (init_word.load(memory_order::acquire) & initialised) == in is_initialised()
324 // Spin trying to acquire the lock. If we fail to acquire the lock the in __cxa_guard_acquire()
330 // Try to acquire the lock. in __cxa_guard_acquire()
333 // If we failed to acquire the lock but another thread has in __cxa_guard_acquire()
342 // If we didn't acquire the lock, pause and retry. in __cxa_guard_acquire()