Home
last modified time | relevance | path

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

/Kernel-v11.1.0/
Dqueue.c112 } u; member
320 … pxQueue->u.xQueue.pcTail = pxQueue->pcHead + ( pxQueue->uxLength * pxQueue->uxItemSize ); in xQueueGenericReset()
323 …pxQueue->u.xQueue.pcReadFrom = pxQueue->pcHead + ( ( pxQueue->uxLength - 1U ) * pxQueue->uxItemSiz… in xQueueGenericReset()
622 pxNewQueue->u.xSemaphore.xMutexHolder = NULL; in prvInitialiseMutex()
626 pxNewQueue->u.xSemaphore.uxRecursiveCallCount = 0; in prvInitialiseMutex()
707 pxReturn = pxSemaphore->u.xSemaphore.xMutexHolder; in xQueueGetMutexHolder()
739 pxReturn = ( ( Queue_t * ) xSemaphore )->u.xSemaphore.xMutexHolder; in xQueueGetMutexHolderFromISR()
771 if( pxMutex->u.xSemaphore.xMutexHolder == xTaskGetCurrentTaskHandle() ) in xQueueGiveMutexRecursive()
780 ( pxMutex->u.xSemaphore.uxRecursiveCallCount )--; in xQueueGiveMutexRecursive()
783 if( pxMutex->u.xSemaphore.uxRecursiveCallCount == ( UBaseType_t ) 0 ) in xQueueGiveMutexRecursive()
[all …]
Dtimers.c134 } u; member
469 xMessage.u.xTimerParameters.xMessageValue = xOptionalValue; in xTimerGenericCommandFromTask()
470 xMessage.u.xTimerParameters.pxTimer = xTimer; in xTimerGenericCommandFromTask()
520 xMessage.u.xTimerParameters.xMessageValue = xOptionalValue; in xTimerGenericCommandFromISR()
521 xMessage.u.xTimerParameters.pxTimer = xTimer; in xTimerGenericCommandFromISR()
953 … const CallbackParameters_t * const pxCallback = &( xMessage.u.xCallbackParameters ); in prvProcessReceivedCommands()
975 pxTimer = xMessage.u.xTimerParameters.pxTimer; in prvProcessReceivedCommands()
987 …traceTIMER_COMMAND_RECEIVED( pxTimer, xMessage.xMessageID, xMessage.u.xTimerParameters.xMessageVal… in prvProcessReceivedCommands()
1006 …erInActiveList( pxTimer, xMessage.u.xTimerParameters.xMessageValue + pxTimer->xTimerPeriodInTicks,… in prvProcessReceivedCommands()
1012 …prvReloadTimer( pxTimer, xMessage.u.xTimerParameters.xMessageValue + pxTimer->xTimerPeriodInTicks,… in prvProcessReceivedCommands()
[all …]
DREADME.md179 `sort -u .cSpellWords.txt -o .cSpellWords.txt`
/Kernel-v11.1.0/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-v11.1.0/include/
DFreeRTOS.h3221 } u; member