Searched refs:object_lifetime_mutex_t (Results 1 – 1 of 1) sorted by relevance
26 typedef std::shared_mutex object_lifetime_mutex_t; typedef27 typedef std::shared_lock<object_lifetime_mutex_t> read_object_lifetime_mutex_t;28 typedef std::unique_lock<object_lifetime_mutex_t> write_object_lifetime_mutex_t;30 typedef std::mutex object_lifetime_mutex_t; typedef31 typedef std::unique_lock<object_lifetime_mutex_t> read_object_lifetime_mutex_t;32 typedef std::unique_lock<object_lifetime_mutex_t> write_object_lifetime_mutex_t;81 object_lifetime_mutex_t object_lifetime_mutex;