Searched defs:mutex_t (Results 1 – 5 of 5) 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
33 typedef pthread_mutex_t mutex_t; typedef40 typedef uint32_t mutex_t; typedef
105 using mutex_t = std::mutex; variable
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