Searched refs:local_endpoint_mutex_ (Results 1 – 2 of 2) sorted by relevance
29 std::lock_guard<std::mutex> its_lock(local_endpoint_mutex_); in create_local()40 std::lock_guard<std::mutex> its_lock(local_endpoint_mutex_); in remove_local()46 std::lock_guard<std::mutex> its_lock(local_endpoint_mutex_); in find_or_create_local()56 std::lock_guard<std::mutex> its_lock(local_endpoint_mutex_); in find_local()67 std::lock_guard<std::mutex> its_lock(local_endpoint_mutex_); in get_connected_clients()157 std::lock_guard<std::mutex> its_lock(local_endpoint_mutex_); in get_local_endpoints()167 std::lock_guard<std::mutex> its_lock(local_endpoint_mutex_); in log_client_states()
77 mutable std::mutex local_endpoint_mutex_; member in vsomeip_v3::endpoint_manager_base