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

Method cleanup_timer_start

implementation/endpoints/src/tp_reassembler.cpp:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139void tp_reassembler::cleanup_timer_start(bool _force) {
140 std::scoped_lock its_lock(cleanup_timer_mutex_);
141 cleanup_timer_start_unlocked(_force);
142}
143
144void tp_reassembler::cleanup_timer_start_unlocked(bool _force) {
145 if (!cleanup_timer_running_ || _force) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected