Searched refs:RELEASED (Results 1 – 1 of 1) sorted by relevance
102 static const unsigned char RELEASED = 0; variable110 auto expected = RELEASED; in try_acquire_internal_lock()127 s.my_internal_lock.store(RELEASED, std::memory_order_release); in release_internal_lock()133 spin_wait_until_eq(s.my_internal_lock, RELEASED); in wait_for_release_of_internal_lock()169 s.my_internal_lock.store(RELEASED, std::memory_order_relaxed); in acquire()267 s.my_internal_lock.store(RELEASED, std::memory_order_relaxed); in try_acquire()