Home
last modified time | relevance | path

Searched refs:dispatch_lock_t (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/layers/generated/
Dlayer_chassis_dispatch.cpp36 typedef std::shared_mutex dispatch_lock_t; typedef
37 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; typedef
41 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;