MCPcopy Create free account
hub / github.com/acidanthera/BrcmPatchRAM / scheduleWork

Method scheduleWork

BrcmPatchRAM/BrcmPatchRAM.cpp:431–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429}
430
431void BrcmPatchRAM::scheduleWork(unsigned int newWork)
432{
433 IOLockLock(mWorkLock);
434 mWorkPending |= newWork;
435 mWorkSource->interruptOccurred(0, 0, 0);
436 IOLockUnlock(mWorkLock);
437}
438
439void BrcmPatchRAM::processWorkQueue(IOInterruptEventSource*, int)
440{

Callers 1

uploadFirmwareThreadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected