MCPcopy Create free account
hub / github.com/USBGuard/usbguard / stop

Method stop

src/Library/IPCClientPrivate.cpp:197–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195 }
196
197 void IPCClientPrivate::stop(bool do_wait)
198 {
199 USBGUARD_LOG(Trace) << "do_wait=" << do_wait;
200 _thread.stop(/*do_wait=*/false);
201 qb_loop_stop(_qb_loop);
202 wakeup();
203
204 if (do_wait) {
205 wait();
206 }
207 }
208
209 uint64_t IPCClientPrivate::generateMessageID()
210 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected