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

Method thread

src/Library/IPCClientPrivate.cpp:183–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181 }
182
183 void IPCClientPrivate::thread()
184 {
185 USBGUARD_LOG(Trace) << "Entering IPC client main loop";
186 qb_loop_run(_qb_loop);
187 USBGUARD_LOG(Trace) << "Leaving IPC client main loop";
188 }
189
190 void IPCClientPrivate::wakeup()
191 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected