| 137 | } |
| 138 | |
| 139 | void tp_reassembler::cleanup_timer_start(bool _force) { |
| 140 | std::scoped_lock its_lock(cleanup_timer_mutex_); |
| 141 | cleanup_timer_start_unlocked(_force); |
| 142 | } |
| 143 | |
| 144 | void tp_reassembler::cleanup_timer_start_unlocked(bool _force) { |
| 145 | if (!cleanup_timer_running_ || _force) { |
nothing calls this directly
no outgoing calls
no test coverage detected