Home | History | Annotate | Download | only in scripts

Lines Matching full:mutex_t

32 using mutex_t = std::mutex;
33 using lock_guard_t = std::lock_guard<mutex_t>;
34 using unique_lock_t = std::unique_lock<mutex_t>;
36 static mutex_t global_lock;