Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/MSVC-MingW/
Dport.c396 void * pvObjectList[ 2 ]; in prvProcessSimulatedInterrupts() local
404 pvObjectList[ 0 ] = pvInterruptEventMutex; in prvProcessSimulatedInterrupts()
405 pvObjectList[ 1 ] = pvInterruptEvent; in prvProcessSimulatedInterrupts()
418 …xWinApiResult = WaitForMultipleObjects( sizeof( pvObjectList ) / sizeof( void * ), pvObjectList, T… in prvProcessSimulatedInterrupts()