Home
last modified time | relevance | path

Searched refs:checkInterrupts (Results 1 – 10 of 10) sorted by relevance

/dports/games/libretro-mu/Mu-ff746b8/src/
H A Ddbvz.c163 checkInterrupts(); in ads7846OverridePenState()
168 checkInterrupts(); in ads7846OverridePenState()
175 checkInterrupts(); in m5XXRefreshTouchState()
363 checkInterrupts(); in checkPortDInterrupts()
742 checkInterrupts(); in dbvzSetRegister8()
751 checkInterrupts(); in dbvzSetRegister8()
867 checkInterrupts(); in dbvzSetRegister16()
873 checkInterrupts(); in dbvzSetRegister16()
910 checkInterrupts(); in dbvzSetRegister16()
1233 checkInterrupts(); in dbvzSetRegister32()
[all …]
/dports/games/libretro-mu/Mu-ff746b8/include/
H A DdbvzRegisterAccessors.c.h436 checkInterrupts(); in setSpiIntCs()
551 checkInterrupts(); in setSpiCont2()
618 checkInterrupts(); in updateUart1Interrupt()
699 checkInterrupts(); in updateUart2Interrupt()
724 checkInterrupts(); in setTstat1()
739 checkInterrupts(); in setTstat2()
760 checkInterrupts(); in setPwmc1()
767 checkInterrupts(); in setPwmc1()
814 checkInterrupts(); in setIsr()
960 checkInterrupts(); in getPwmc1()
H A DdbvzTiming.c.h407 checkInterrupts(); in dbvzEndClk32()
415 checkInterrupts(); in dbvzAddSysclks()
/dports/astro/phd2/phd2-2.6.10/
H A Dworker_thread.cpp107 unsigned int WorkerThread::MilliSleep(int ms, unsigned int checkInterrupts) in MilliSleep() argument
115 return WorkerThread::InterruptRequested() & checkInterrupts; in MilliSleep()
124 unsigned int val = thr ? (thr->m_interruptRequested & checkInterrupts) : 0; in MilliSleep()
H A Dworker_thread.h169 static unsigned int MilliSleep(int ms, unsigned int checkInterrupts = INT_TERMINATE);
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/dreamcast/sh2rec/
H A Dsh2exec.s41 mov.l checkInterrupts, r0 ! We need to check for interrupts...
85 checkInterrupts: label
/dports/audio/libsidplayfp/libsidplayfp-2.3.1/src/c64/CPU/
H A Dmos6510.h296 …inline bool checkInterrupts() const { return rstFlag || nmiFlag || (irqAssertedOnPin && !flags.get… in checkInterrupts() function
H A Dmos6510.cpp263 if (!checkInterrupts()) in fetchNextOpcode()
282 if (checkInterrupts()) in calculateInterruptTriggerCycle()
/dports/audio/ocp/ocp-0.2.90/playsid/libsidplayfp-git/src/c64/CPU/
H A Dmos6510.h306 …inline bool checkInterrupts() const { return rstFlag || nmiFlag || (irqAssertedOnPin && !flags.get… in checkInterrupts() function
H A Dmos6510.cpp263 if (!checkInterrupts()) in reset_point()
282 if (checkInterrupts()) in reset_point()