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

Method stop

src/Library/IPCServerPrivate.cpp:151–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149 }
150
151 void IPCServerPrivate::stop()
152 {
153 _thread.stop(/*do_wait=*/false);
154 qb_loop_stop(_qb_loop);
155 wakeup();
156 _thread.wait();
157 }
158
159 void IPCServerPrivate::destruct()
160 {

Callers

nothing calls this directly

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected