Home
last modified time | relevance | path

Searched refs:pdTRUE (Results 1 – 7 of 7) sorted by relevance

/SCP-firmware-master/product/rcar/src/CMSIS-FreeRTOS/Source/include/
A Dprojdefs.h49 #define pdTRUE ((BaseType_t)1) macro
51 #define pdPASS (pdTRUE)
A Dlist.h299 (((pxList)->uxNumberOfItems == (UBaseType_t)0) ? pdTRUE : pdFALSE)
369 (((pxListItem)->pxContainer == (pxList)) ? (pdTRUE) : (pdFALSE))
/SCP-firmware-master/product/rcar/src/CMSIS-FreeRTOS/Source/
A Dtasks.c971 xRunPrivileged = pdTRUE; in prvInitialiseNewTask()
3013 xYieldPending = pdTRUE; in vTaskSwitchContext()
3219 xReturn = pdTRUE; in xTaskRemoveFromEventList()
3224 xYieldPending = pdTRUE; in xTaskRemoveFromEventList()
3328 xReturn = pdTRUE; in xTaskCheckForTimeOut()
3353 xReturn = pdTRUE; in xTaskCheckForTimeOut()
3367 xReturn = pdTRUE; in xTaskCheckForTimeOut()
3378 xYieldPending = pdTRUE; in vTaskMissedYield()
3823 pdTRUE, in prvListTasksWithinSingleList()
4123 xReturn = pdTRUE; in xTaskPriorityInherit()
[all …]
A Dqueue.c502 (void)xQueueGenericReset(pxNewQueue, pdTRUE); in prvInitialiseNewQueue()
934 xEntryTimeSet = pdTRUE; in xQueueGenericSend()
1341 xEntryTimeSet = pdTRUE; in xQueueReceive()
1487 xEntryTimeSet = pdTRUE; in xQueueSemaphoreTake()
1666 xEntryTimeSet = pdTRUE; in xQueuePeek()
2231 xReturn = pdTRUE; in prvIsQueueEmpty()
2249 xReturn = pdTRUE; in xQueueIsQueueEmptyFromISR()
2265 xReturn = pdTRUE; in prvIsQueueFull()
2283 xReturn = pdTRUE; in xQueueIsQueueFullFromISR()
2463 return pdTRUE; in xQueueCRSendFromISR()
[all …]
A Dtimers.c523 uxReturn = (UBaseType_t)pdTRUE; in uxTimerGetReloadMode()
725 *pxTimerListsWereSwitched = pdTRUE; in prvSampleTimeNow()
757 xProcessTimerNow = pdTRUE; in prvInsertTimerInActiveList()
766 xProcessTimerNow = pdTRUE; in prvInsertTimerInActiveList()
1074 xReturn = pdTRUE; in xTimerIsTimerActive()
/SCP-firmware-master/product/rcar/src/CMSIS-FreeRTOS/Source/portable/GCC/ARM_CA53_64_Rcar/
A Dport.c297 ullPortYieldRequired = pdTRUE; in FreeRTOS_Tick_Handler()
/SCP-firmware-master/product/rcar/src/CMSIS-FreeRTOS/CMSIS/RTOS2/FreeRTOS/Source/
A Dcmsis_os2_tiny4scp.c205 if (xTaskResumeAll() != pdTRUE) { in osKernelUnlock()
240 if (xTaskResumeAll() != pdTRUE) { in osKernelRestoreLock()

Completed in 22 milliseconds