Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/MSVC-MingW/
Dport.c112 static void * pvInterruptEvent = NULL; variable
196 SetEvent( pvInterruptEvent ); in prvSimulatedPeripheralTimer()
306 pvInterruptEvent = CreateEvent( NULL, FALSE, FALSE, NULL ); in xPortStartScheduler()
308 if( ( pvInterruptEventMutex == NULL ) || ( pvInterruptEvent == NULL ) ) in xPortStartScheduler()
405 pvObjectList[ 1 ] = pvInterruptEvent; in prvProcessSimulatedInterrupts()
410 SetEvent( pvInterruptEvent ); in prvProcessSimulatedInterrupts()
618 SetEvent( pvInterruptEvent ); in vPortGenerateSimulatedInterrupt()
702 SetEvent( pvInterruptEvent ); in vPortExitCritical()