Searched defs:mutex_lock (Results 1 – 4 of 4) sorted by relevance
28 using mutex_lock = std::lock_guard<std::mutex>; variable
23 # define mutex_lock pthread_mutex_lock macro
499 #define mutex_lock pthread_mutex_lock macro
349 fn mutex_lock(&mut self, id: MutexId, thread: ThreadId) { in mutex_lock() method