Searched refs:routing_info_mutex_ (Results 1 – 2 of 2) sorted by relevance
100 std::lock_guard<std::mutex> its_lock(routing_info_mutex_); in start()699 std::lock_guard<std::mutex> its_guard(routing_info_mutex_); in on_message()794 std::lock_guard<std::mutex> its_lock(routing_info_mutex_); in on_register_application()814 std::lock_guard<std::mutex> its_lock(routing_info_mutex_); in on_deregister_application()869 std::lock_guard<std::mutex> its_guard(routing_info_mutex_); in client_registration_func()884 std::lock_guard<std::mutex> its_guard(routing_info_mutex_); in client_registration_func()926 std::lock_guard<std::mutex> its_guard(routing_info_mutex_); in on_offer_service()937 std::lock_guard<std::mutex> its_guard(routing_info_mutex_); in on_stop_offer_service()1367 std::lock_guard<std::mutex> its_guard(routing_info_mutex_); in broadcast()1560 std::lock_guard<std::mutex> its_guard(routing_info_mutex_); in contained_in_routing_info()[all …]
222 mutable std::mutex routing_info_mutex_; member in vsomeip_v3::routing_manager_stub