Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dobject_lifetime_validation.h27 typedef std::shared_lock<object_lifetime_mutex_t> read_object_lifetime_mutex_t; typedef
31 typedef std::unique_lock<object_lifetime_mutex_t> read_object_lifetime_mutex_t; typedef
83read_object_lifetime_mutex_t read_shared_lock() { return read_object_lifetime_mutex_t(object_lifet… in read_shared_lock()