Searched refs:dispatch_lock_t (Results 1 – 1 of 1) sorted by relevance
36 typedef std::shared_mutex dispatch_lock_t; typedef37 typedef std::shared_lock<dispatch_lock_t> read_dispatch_lock_guard_t;38 typedef std::unique_lock<dispatch_lock_t> write_dispatch_lock_guard_t;40 typedef std::mutex dispatch_lock_t; typedef41 typedef std::unique_lock<dispatch_lock_t> read_dispatch_lock_guard_t;42 typedef std::unique_lock<dispatch_lock_t> write_dispatch_lock_guard_t;44 dispatch_lock_t dispatch_lock;