Home
last modified time | relevance | path

Searched defs:try_lock (Results 1 – 7 of 7) sorted by relevance

/oneTBB/include/oneapi/tbb/
H A Dmutex.h63 bool try_lock() { in try_lock() function
H A Dnull_rw_mutex.h72 bool try_lock() { return true; } in try_lock() function
H A Dnull_mutex.h68 bool try_lock() { return true; } in try_lock() function
H A Dspin_mutex.h77 bool try_lock() { in try_lock() function
H A Drw_mutex.h71 bool try_lock() { in try_lock() function
H A Dspin_rw_mutex.h82 bool try_lock() { in try_lock() function
/oneTBB/src/tbbmalloc/
H A DSynchronize.h40 bool try_lock() { in try_lock() function