Searched refs:pvInterruptEventMutex (Results 1 – 1 of 1) sorted by relevance
116 static void * pvInterruptEventMutex = NULL; variable186 WaitForSingleObject( pvInterruptEventMutex, INFINITE ); in prvSimulatedPeripheralTimer()200 ReleaseMutex( pvInterruptEventMutex ); in prvSimulatedPeripheralTimer()305 pvInterruptEventMutex = CreateMutex( NULL, FALSE, NULL ); in xPortStartScheduler()308 if( ( pvInterruptEventMutex == NULL ) || ( pvInterruptEvent == NULL ) ) in xPortStartScheduler()404 pvObjectList[ 0 ] = pvInterruptEventMutex; in prvProcessSimulatedInterrupts()513 ReleaseMutex( pvInterruptEventMutex ); in prvProcessSimulatedInterrupts()536 WaitForSingleObject( pvInterruptEventMutex, INFINITE ); in vPortDeleteThread()548 ReleaseMutex( pvInterruptEventMutex ); in vPortDeleteThread()605 if( ( ulInterruptNumber < portMAX_INTERRUPTS ) && ( pvInterruptEventMutex != NULL ) ) in vPortGenerateSimulatedInterrupt()[all …]