Home
last modified time | relevance | path

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

/Kernel-v11.0.1/portable/MSVC-MingW/
Dport.c385 void * pvObjectList[ 2 ]; in prvProcessSimulatedInterrupts() local
393 pvObjectList[ 0 ] = pvInterruptEventMutex; in prvProcessSimulatedInterrupts()
394 pvObjectList[ 1 ] = pvInterruptEvent; in prvProcessSimulatedInterrupts()
407 …xWinApiResult = WaitForMultipleObjects( sizeof( pvObjectList ) / sizeof( void * ), pvObjectList, T… in prvProcessSimulatedInterrupts()