Searched refs:hInterruptEventMutex (Results 1 – 1 of 1) sorted by relevance
79 static HANDLE hInterruptEventMutex = NULL; variable212 if(hInterruptEventMutex != NULL) in rt_hw_interrupt_disable()235 if (hInterruptEventMutex != NULL) in rt_hw_interrupt_enable()237 ReleaseMutex(hInterruptEventMutex); in rt_hw_interrupt_enable()348 WaitForSingleObject(hInterruptEventMutex, in TriggerSimulateInterrupt()355 ReleaseMutex(hInterruptEventMutex); in TriggerSimulateInterrupt()373 if (hInterruptEventMutex != NULL) in RegisterSimulateInterrupt()380 ReleaseMutex(hInterruptEventMutex); in RegisterSimulateInterrupt()430 hInterruptEventMutex = CreateMutex(NULL, in WinThreadScheduler()542 ReleaseMutex( hInterruptEventMutex ); in WinThreadScheduler()[all …]
Completed in 35 milliseconds