Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/Common/
Dmpu_wrappers.c1654 const char * pcReturn; in MPU_pcQueueGetName() local
1661 pcReturn = pcQueueGetName( xQueue ); in MPU_pcQueueGetName()
1669 pcReturn = pcQueueGetName( xQueue ); in MPU_pcQueueGetName()
1672 return pcReturn; in MPU_pcQueueGetName()
1850 const char * pcReturn; in MPU_pcTimerGetName() local
1857 pcReturn = pcTimerGetName( xTimer ); in MPU_pcTimerGetName()
1865 pcReturn = pcTimerGetName( xTimer ); in MPU_pcTimerGetName()
1868 return pcReturn; in MPU_pcTimerGetName()
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()
3530 const char * pcReturn = NULL; in MPU_pcTimerGetNameImpl() local
3547 pcReturn = pcTimerGetName( xInternalTimerHandle ); in MPU_pcTimerGetNameImpl()
3552 return pcReturn; in MPU_pcTimerGetNameImpl()
/Kernel-v11.1.0/
Dqueue.c3063 const char * pcReturn = NULL; in pcQueueGetName() local
3076 pcReturn = xQueueRegistry[ ux ].pcQueueName; in pcQueueGetName()
3085 traceRETURN_pcQueueGetName( pcReturn ); in pcQueueGetName()
3087 return pcReturn; in pcQueueGetName()
/Kernel-v11.1.0/include/
DFreeRTOS.h1453 #define traceRETURN_pcQueueGetName( pcReturn ) argument