Home
last modified time | relevance | path

Searched refs:m_interrupt (Results 26 – 50 of 84) sorted by relevance

1234

/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dswtpc09.cpp326 m_interrupt |= peripheral; in swtpc09_irq_handler()
330 m_interrupt &= (~peripheral & 0x7f); in swtpc09_irq_handler()
334 if (!m_active_interrupt && m_interrupt) //no active interrupt and it needs to be asserted in swtpc09_irq_handler()
339 else if (m_active_interrupt && !m_interrupt) //active interrupt and it needs to be cleared in swtpc09_irq_handler()
1004 m_interrupt = 0; in machine_start()
1044 save_item(NAME(m_interrupt)); in machine_start()
H A Drx01.h76 int m_interrupt; variable
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/oneD/
H A DOneDim.cpp25 m_interrupt(0), m_time_step_callback(0), in OneDim()
38 m_interrupt(0), m_time_step_callback(0), in OneDim()
261 if (m_interrupt) { in eval()
262 m_interrupt->eval(m_nevals); in eval()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/include/cantera/oneD/
H A DOneDim.h314 m_interrupt = interrupt; in setInterrupt()
355 Func1* m_interrupt; variable
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/index/
H A Dbase.cpp97 if (m_interrupt) { in ThreadSync()
258 m_interrupt(); in Interrupt()
H A Dbase.h48 CThreadInterrupt m_interrupt; variable
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/index/
H A Dbase.cpp97 if (m_interrupt) { in ThreadSync()
258 m_interrupt(); in Interrupt()
H A Dbase.h48 CThreadInterrupt m_interrupt; variable
/dports/net-p2p/litecoin/litecoin-0.18.1/src/index/
H A Dbase.cpp97 if (m_interrupt) { in ThreadSync()
258 m_interrupt(); in Interrupt()
H A Dbase.h48 CThreadInterrupt m_interrupt; variable
/dports/www/dooble/dooble-2021.12.05/Source/
H A Ddooble_pbkdf2.h54 QAtomicInteger<short> m_interrupt;
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/index/
H A Dbase.cpp97 if (m_interrupt) { in ThreadSync()
298 m_interrupt(); in Interrupt()
H A Dbase.h47 CThreadInterrupt m_interrupt; variable
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Dsocket.h137 void InterruptWait() { m_interrupt = true; } in InterruptWait()
204 bool m_interrupt; // interrupt ongoing wait operations? variable
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Dsocket.h137 void InterruptWait() { m_interrupt = true; } in InterruptWait()
204 bool m_interrupt; // interrupt ongoing wait operations? variable
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Dsocket.h137 void InterruptWait() { m_interrupt = true; } in InterruptWait()
204 bool m_interrupt; // interrupt ongoing wait operations? variable
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Dsocket.h137 void InterruptWait() { m_interrupt = true; } in InterruptWait()
204 bool m_interrupt; // interrupt ongoing wait operations? variable
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/index/
H A Dbase.cpp96 if (m_interrupt) { in ThreadSync()
297 m_interrupt(); in Interrupt()
H A Dbase.h60 CThreadInterrupt m_interrupt; variable
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/index/
H A Dbase.cpp96 if (m_interrupt) { in ThreadSync()
297 m_interrupt(); in Interrupt()
H A Dbase.h60 CThreadInterrupt m_interrupt; variable
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/index/
H A Dbase.cpp96 if (m_interrupt) { in ThreadSync()
297 m_interrupt(); in Interrupt()
H A Dbase.h60 CThreadInterrupt m_interrupt; variable
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/
H A Dsocket.h172 void InterruptWait() { m_interrupt = TRUE; }; in InterruptWait()
241 bool m_interrupt; // interrupt ongoing wait operations? variable
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Drx01.h76 int m_interrupt; variable

1234