MCPcopy Create free account
hub / github.com/AIRLegend/aitrack / stopTransferThread

Method stopTransferThread

PS3Driver/src/ps3eye.cpp:367–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367void USBMgr::stopTransferThread()
368{
369 exit_signaled = true;
370 update_thread.join();
371 // Reset the exit signal flag.
372 // If we don't and we call startTransferThread() again, transferThreadFunc will exit immediately.
373 exit_signaled = false;
374}
375
376void USBMgr::transferThreadFunc()
377{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected