Home
last modified time | relevance | path

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

/Kernel-v10.6.2/
Dqueue.c109 } u; member
311 …pxQueue->u.xQueue.pcTail = pxQueue->pcHead + ( pxQueue->uxLength * pxQueue->uxItemSize ); /*lint !… in xQueueGenericReset()
314 …pxQueue->u.xQueue.pcReadFrom = pxQueue->pcHead + ( ( pxQueue->uxLength - 1U ) * pxQueue->uxItemSiz… in xQueueGenericReset()
599 pxNewQueue->u.xSemaphore.xMutexHolder = NULL; in prvInitialiseMutex()
603 pxNewQueue->u.xSemaphore.uxRecursiveCallCount = 0; in prvInitialiseMutex()
674 pxReturn = pxSemaphore->u.xSemaphore.xMutexHolder; in xQueueGetMutexHolder()
702 pxReturn = ( ( Queue_t * ) xSemaphore )->u.xSemaphore.xMutexHolder; in xQueueGetMutexHolderFromISR()
730 if( pxMutex->u.xSemaphore.xMutexHolder == xTaskGetCurrentTaskHandle() ) in xQueueGiveMutexRecursive()
739 ( pxMutex->u.xSemaphore.uxRecursiveCallCount )--; in xQueueGiveMutexRecursive()
742 if( pxMutex->u.xSemaphore.uxRecursiveCallCount == ( UBaseType_t ) 0 ) in xQueueGiveMutexRecursive()
[all …]
Dtimers.c125 } u; member
403 xMessage.u.xTimerParameters.xMessageValue = xOptionalValue; in xTimerGenericCommand()
404 xMessage.u.xTimerParameters.pxTimer = xTimer; in xTimerGenericCommand()
797 … const CallbackParameters_t * const pxCallback = &( xMessage.u.xCallbackParameters ); in prvProcessReceivedCommands()
819 pxTimer = xMessage.u.xTimerParameters.pxTimer; in prvProcessReceivedCommands()
831 …traceTIMER_COMMAND_RECEIVED( pxTimer, xMessage.xMessageID, xMessage.u.xTimerParameters.xMessageVal… in prvProcessReceivedCommands()
850 …erInActiveList( pxTimer, xMessage.u.xTimerParameters.xMessageValue + pxTimer->xTimerPeriodInTicks,… in prvProcessReceivedCommands()
856 …prvReloadTimer( pxTimer, xMessage.u.xTimerParameters.xMessageValue + pxTimer->xTimerPeriodInTicks,… in prvProcessReceivedCommands()
883 pxTimer->xTimerPeriodInTicks = xMessage.u.xTimerParameters.xMessageValue; in prvProcessReceivedCommands()
1076 xMessage.u.xCallbackParameters.pxCallbackFunction = xFunctionToPend; in xTimerPendFunctionCallFromISR()
[all …]
/Kernel-v10.6.2/portable/ThirdParty/XCC/Xtensa/
Dportmacro.h187 #if (XT_USE_THREAD_SAFE_CLIB > 0u) && (XSHAL_CLIB == XTHAL_CLIB_XCLIB)
191 #if (XT_USE_THREAD_SAFE_CLIB > 0u) && (XSHAL_CLIB == XTHAL_CLIB_NEWLIB)
Dxtensa_config.h126 #if XT_USE_THREAD_SAFE_CLIB > 0u
/Kernel-v10.6.2/include/
DFreeRTOS.h1348 } u; member