Searched defs:mutex_lock (Results 1 – 5 of 5) sorted by relevance
149 explicit mutex_lock(mutex_type& mu) EXCLUSIVE_LOCK_FUNCTION(mu) : mu_(&mu) { in mutex_lock() function153 mutex_lock(mutex_type& mu, std::try_to_lock_t) EXCLUSIVE_LOCK_FUNCTION(mu) in mutex_lock() function162 mutex_lock(mutex_lock&& ml) noexcept EXCLUSIVE_LOCK_FUNCTION(ml.mu_) in mutex_lock() function180 #define mutex_lock(x) static_assert(0, "mutex_lock_decl_missing_var_name"); macro
270 static int mutex_lock(unsigned long *m) in mutex_lock() function
22 static INLINE void mutex_lock(pthread_mutex_t *const mutex) { in mutex_lock() function
114 #define mutex_lock(l) \ macro
245 #define mutex_lock(...) macro