Searched defs:try_acquire (Results 1 – 10 of 10) sorted by relevance
| /oneTBB/src/tbb/ |
| H A D | rtm_mutex.cpp | 92 static bool try_acquire(d1::rtm_mutex& m, d1::rtm_mutex::scoped_lock& s) { in try_acquire() function 111 bool __TBB_EXPORTED_FUNC try_acquire(d1::rtm_mutex& m, d1::rtm_mutex::scoped_lock& s) { in try_acquire() function
|
| H A D | queuing_rw_mutex.cpp | 254 … static bool try_acquire(d1::queuing_rw_mutex& m, d1::queuing_rw_mutex::scoped_lock& s, bool write) in try_acquire() function 591 bool __TBB_EXPORTED_FUNC try_acquire(d1::queuing_rw_mutex& m, d1::queuing_rw_mutex::scoped_lock& s,… in try_acquire() function
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | null_mutex.h | 58 bool try_acquire(null_mutex&) { return true; } in try_acquire() function
|
| H A D | queuing_mutex.h | 98 bool try_acquire( queuing_mutex& m ) { in try_acquire() function
|
| H A D | queuing_rw_mutex.h | 176 inline bool queuing_rw_mutex::scoped_lock::try_acquire(queuing_rw_mutex& m, bool write) { in try_acquire() function
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _scoped_lock.h | 52 bool try_acquire(Mutex& m) { in try_acquire() function
|
| H A D | _rtm_mutex.h | 126 inline bool rtm_mutex::scoped_lock::try_acquire(rtm_mutex& m) { in try_acquire() function
|
| H A D | _rtm_rw_mutex.h | 155 bool rtm_rw_mutex::scoped_lock::try_acquire(rtm_rw_mutex& m, bool write) { in try_acquire() function
|
| /oneTBB/test/conformance/ |
| H A D | conformance_mutex.h | 251 bool try_acquire(mutex_type& m) { in try_acquire() function 285 bool try_acquire(mutex_type& m, bool is_writer) { in try_acquire() function
|
| /oneTBB/test/tbb/ |
| H A D | test_concurrent_hash_map.cpp | 557 bool try_acquire( MinimalisticMutex& m, bool = true ) { in try_acquire() function in MinimalisticMutex::scoped_lock
|