Home
last modified time | relevance | path

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

/Kernel-v11.0.1/portable/MSVC-MingW/
Dport.c112 static void * pvInterruptEvent = NULL; variable
196 SetEvent( pvInterruptEvent ); in prvSimulatedPeripheralTimer()
295 pvInterruptEvent = CreateEvent( NULL, FALSE, FALSE, NULL ); in xPortStartScheduler()
297 if( ( pvInterruptEventMutex == NULL ) || ( pvInterruptEvent == NULL ) ) in xPortStartScheduler()
394 pvObjectList[ 1 ] = pvInterruptEvent; in prvProcessSimulatedInterrupts()
399 SetEvent( pvInterruptEvent ); in prvProcessSimulatedInterrupts()
607 SetEvent( pvInterruptEvent ); in vPortGenerateSimulatedInterrupt()
691 SetEvent( pvInterruptEvent ); in vPortExitCritical()