Searched defs:get_mutex (Results 1 – 4 of 4) sorted by relevance
15 pthread_mutex_t* multi_threaded_global::get_mutex() { in get_mutex() function in sigslot::multi_threaded_global
43 fn get_mutex() -> MutexGuard<'static, ()> { in get_mutex() function
129 static inline pthread_mutex_t *get_mutex(struct unix_private_data *data, in get_mutex() function
3370 Mutex* get_mutex() LOCK_RETURNED(mutex_) { return &mutex_; } in get_mutex() function in TemplateLockReturned::BaseT