Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dqueuing_rw_mutex.cpp102 static const unsigned char RELEASED = 0; variable
110 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()