Home
last modified time | relevance | path

Searched refs:pcReturn (Results 1 – 4 of 4) sorted by relevance

/FreeRTOS-Kernel/portable/Common/
A Dmpu_wrappers.c1684 const char * pcReturn; in MPU_pcQueueGetName() local
1691 pcReturn = pcQueueGetName( xQueue ); in MPU_pcQueueGetName()
1699 pcReturn = pcQueueGetName( xQueue ); in MPU_pcQueueGetName()
1702 return pcReturn; in MPU_pcQueueGetName()
1880 const char * pcReturn; in MPU_pcTimerGetName() local
1887 pcReturn = pcTimerGetName( xTimer ); in MPU_pcTimerGetName()
1895 pcReturn = pcTimerGetName( xTimer ); in MPU_pcTimerGetName()
1898 return pcReturn; in MPU_pcTimerGetName()
A Dmpu_wrappers_v2.c1926 char * pcReturn = NULL; in MPU_pcTaskGetName() local
1932 pcReturn = pcTaskGetName( xTaskToQuery ); in MPU_pcTaskGetName()
1944 pcReturn = pcTaskGetName( xInternalTaskHandle ); in MPU_pcTaskGetName()
1949 return pcReturn; in MPU_pcTaskGetName()
2716 const char * pcReturn = NULL; in MPU_pcQueueGetNameImpl() local
2733 pcReturn = pcQueueGetName( xInternalQueueHandle ); in MPU_pcQueueGetNameImpl()
2738 return pcReturn; in MPU_pcQueueGetNameImpl()
3563 const char * pcReturn = NULL; in MPU_pcTimerGetNameImpl() local
3580 pcReturn = pcTimerGetName( xInternalTimerHandle ); in MPU_pcTimerGetNameImpl()
3585 return pcReturn; in MPU_pcTimerGetNameImpl()
/FreeRTOS-Kernel/
A Dqueue.c3066 const char * pcReturn = NULL; in pcQueueGetName() local
3079 pcReturn = xQueueRegistry[ ux ].pcQueueName; in pcQueueGetName()
3088 traceRETURN_pcQueueGetName( pcReturn ); in pcQueueGetName()
3090 return pcReturn; in pcQueueGetName()
/FreeRTOS-Kernel/include/
A DFreeRTOS.h1470 #define traceRETURN_pcQueueGetName( pcReturn ) argument

Completed in 30 milliseconds