Searched defs:mutex_t (Results 1 – 11 of 11) sorted by relevance
35 typedef pthread_mutex_t mutex_t; typedef48 typedef int mutex_t; typedef49 #define unix_pthread_mutex_lock(mutex_t) do {} while (0) argument50 #define unix_pthread_mutex_unlock(mutex_t) do {} while (0) argument
36 typedef MutexT mutex_t; typedef74 typedef MutexT mutex_t; typedef
33 typedef pthread_mutex_t mutex_t; typedef40 typedef uint32_t mutex_t; typedef
168 typedef boost::mutex mutex_t; typedef in boost::thread_v2::shared_mutex434 typedef boost::mutex mutex_t; typedef in boost::thread_v2::upgrade_mutex
29 #define mutex_t pthread_mutex_t macro
41 } mutex_t; typedef
180 typedef CRITICAL_SECTION mutex_t; typedef194 typedef pthread_mutex_t mutex_t; typedef
179 typedef CRITICAL_SECTION mutex_t; typedef193 typedef pthread_mutex_t mutex_t; typedef
79 fn get_raw(&self) -> *mut mutex_t { in get_raw()
105 using mutex_t = std::mutex; variable