Searched refs:read_object_lifetime_mutex_t (Results 1 – 1 of 1) sorted by relevance
27 typedef std::shared_lock<object_lifetime_mutex_t> read_object_lifetime_mutex_t; typedef31 typedef std::unique_lock<object_lifetime_mutex_t> read_object_lifetime_mutex_t; typedef83 …read_object_lifetime_mutex_t read_shared_lock() { return read_object_lifetime_mutex_t(object_lifet… in read_shared_lock()