Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/portable/MSVC-MingW/
A Dport.c399 void * pvObjectList[ 2 ]; in prvProcessSimulatedInterrupts() local
407 pvObjectList[ 0 ] = pvInterruptEventMutex; in prvProcessSimulatedInterrupts()
408 pvObjectList[ 1 ] = pvInterruptEvent; in prvProcessSimulatedInterrupts()
421 …xWinApiResult = WaitForMultipleObjects( sizeof( pvObjectList ) / sizeof( void * ), pvObjectList, T… in prvProcessSimulatedInterrupts()

Completed in 6 milliseconds