Searched defs:try_lock_shared (Results 1 – 11 of 11) sorted by relevance
72 __shared_mutex_base::try_lock_shared() in try_lock_shared() function in __shared_mutex_base113 bool shared_timed_mutex::try_lock_shared() { return __base.try_lock_shared(); } in try_lock_shared() function in shared_timed_mutex
70 __shared_mutex_base::try_lock_shared() in try_lock_shared() function in __shared_mutex_base111 bool shared_timed_mutex::try_lock_shared() { return __base.try_lock_shared(); } in try_lock_shared() function in shared_timed_mutex
28 bool try_lock_shared() in try_lock_shared() function
38 bool try_lock_shared() ICING_SHARED_TRYLOCK_FUNCTION(true) { in try_lock_shared() function
29 bool try_lock_shared() in try_lock_shared() function
51 bool mutex::try_lock_shared() { in try_lock_shared() function in tensorflow::mutex
308 bool try_lock_shared() { return true; } in try_lock_shared() function
309 bool try_lock_shared() { return true; } in try_lock_shared() function in nasty_mutex
117 fn try_lock_shared(&self) -> bool { in try_lock_shared() method
756 fn try_lock_shared(&self) -> bool { in try_lock_shared() method
46 fn try_lock_shared(&self) -> bool; in try_lock_shared() method