MCPcopy Create free account
hub / github.com/COVESA/vsomeip / target_shutdown

Method target_shutdown

implementation/routing/src/routing_client_state_machine.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void routing_client_state_machine::target_shutdown() {
42 std::scoped_lock lock{mtx_};
43 shall_run_ = false;
44}
45
46void routing_client_state_machine::target_running() {
47 std::scoped_lock lock{mtx_};

Callers 2

TEST_FFunction · 0.80
stopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected