Searched defs:mutex_lock (Results 1 – 8 of 8) sorted by relevance
149 explicit mutex_lock(mutex_type& mu) TF_EXCLUSIVE_LOCK_FUNCTION(mu) in mutex_lock() function154 mutex_lock(mutex_type& mu, std::try_to_lock_t) TF_EXCLUSIVE_LOCK_FUNCTION(mu) in mutex_lock() function163 mutex_lock(mutex_lock&& ml) noexcept TF_EXCLUSIVE_LOCK_FUNCTION(ml.mu_) in mutex_lock() function181 #define mutex_lock(x) static_assert(0, "mutex_lock_decl_missing_var_name"); macro
30 #define mutex_lock(x) pthread_mutex_lock(x) macro
36 typedef std::lock_guard<std::mutex> mutex_lock; typedef
62 #define mutex_lock(a) (void)0 macro
281 static int mutex_lock(unsigned long *m) in mutex_lock() function
23 static INLINE void mutex_lock(pthread_mutex_t *const mutex) { in mutex_lock() function
238 int BPF_PROG(mutex_lock, struct mutex *lock) in BPF_PROG() argument
146 static inline void mutex_lock(struct unix_private_data *data, kind_t kind) in mutex_lock() function