Searched defs:mutex_lock (Results 1 – 5 of 5) sorted by relevance
68 explicit mutex_lock(mutex_type& mu) EXCLUSIVE_LOCK_FUNCTION(mu) : mu_(&mu) { in mutex_lock() function72 mutex_lock(mutex_type& mu, std::try_to_lock_t) EXCLUSIVE_LOCK_FUNCTION(mu) in mutex_lock() function81 explicit mutex_lock(mutex_lock&& ml) noexcept : mu_(ml.mu_) { in mutex_lock() function98 #define mutex_lock(x) static_assert(0, "mutex_lock_decl_missing_var_name"); macro
34 #define mutex_lock(x) static_assert(0, "mutex_lock_decl_missing_var_name"); macro
20 static INLINE void mutex_lock(pthread_mutex_t *const mutex) { in mutex_lock() function
274 static int mutex_lock(unsigned long *m) in mutex_lock() function
114 #define mutex_lock(l) \ macro