Searched refs:pvInterruptEventMutex (Results 1 – 1 of 1) sorted by relevance
124 static void * pvInterruptEventMutex = NULL; variable407 pvObjectList[ 0 ] = pvInterruptEventMutex; in prvProcessSimulatedInterrupts()499 ReleaseMutex( pvInterruptEventMutex ); in prvProcessSimulatedInterrupts()534 ReleaseMutex( pvInterruptEventMutex ); in vPortDeleteThread()581 if( pvInterruptEventMutex != NULL ) in vPortCloseRunningThread()585 ReleaseMutex( pvInterruptEventMutex ); in vPortCloseRunningThread()625 ReleaseMutex( pvInterruptEventMutex ); in vPortGenerateSimulatedInterrupt()660 ReleaseMutex( pvInterruptEventMutex ); in vPortGenerateSimulatedInterruptFromWindowsThread()670 if( pvInterruptEventMutex != NULL ) in vPortSetInterruptHandler()674 ReleaseMutex( pvInterruptEventMutex ); in vPortSetInterruptHandler()[all …]
Completed in 7 milliseconds