Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
void routing_client_state_machine::target_shutdown() {
42
std::scoped_lock lock{mtx_};
43
shall_run_ = false;
44
}
45
46
void routing_client_state_machine::target_running() {
47
std::scoped_lock lock{mtx_};
Callers
2
TEST_F
Function · 0.80
stop
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected