Searched defs:mutex_t (Results 1 – 6 of 6) sorted by relevance
36 typedef MutexT mutex_t; typedef74 typedef MutexT mutex_t; typedef
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
33 typedef pthread_mutex_t mutex_t; typedef40 typedef uint32_t mutex_t; typedef
42 typedef fibers::detail::spinlock 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
179 typedef CRITICAL_SECTION mutex_t; typedef193 typedef pthread_mutex_t mutex_t; typedef