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()294 pvInterruptEventMutex = CreateMutex( NULL, FALSE, NULL ); in xPortStartScheduler()297 if( ( pvInterruptEventMutex == NULL ) || ( pvInterruptEvent == NULL ) ) in xPortStartScheduler()393 pvObjectList[ 0 ] = pvInterruptEventMutex; in prvProcessSimulatedInterrupts()502 ReleaseMutex( pvInterruptEventMutex ); in prvProcessSimulatedInterrupts()525 WaitForSingleObject( pvInterruptEventMutex, INFINITE ); in vPortDeleteThread()537 ReleaseMutex( pvInterruptEventMutex ); in vPortDeleteThread()594 if( ( ulInterruptNumber < portMAX_INTERRUPTS ) && ( pvInterruptEventMutex != NULL ) ) in vPortGenerateSimulatedInterrupt()[all …]