Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dqueuing_rw_mutex.cpp108 static bool try_acquire_internal_lock(d1::queuing_rw_mutex::scoped_lock& s) in try_acquire_internal_lock() function
119 while( !try_acquire_internal_lock(s) ) { in acquire_internal_lock()
345 if( !(try_acquire_internal_lock(*predecessor)) ) in release()
529 bool success = try_acquire_internal_lock(*predecessor); in upgrade_to_writer()