Home
last modified time | relevance | path

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

/Kernel-v11.0.1/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.c1921 char * pcReturn = NULL; in MPU_pcTaskGetName() local
1927 pcReturn = pcTaskGetName( xTaskToQuery ); in MPU_pcTaskGetName()
1939 pcReturn = pcTaskGetName( xInternalTaskHandle ); in MPU_pcTaskGetName()
1944 return pcReturn; in MPU_pcTaskGetName()
2711 const char * pcReturn = NULL; in MPU_pcQueueGetNameImpl() local
2728 pcReturn = pcQueueGetName( xInternalQueueHandle ); in MPU_pcQueueGetNameImpl()
2733 return pcReturn; in MPU_pcQueueGetNameImpl()
3525 const char * pcReturn = NULL; in MPU_pcTimerGetNameImpl() local
3542 pcReturn = pcTimerGetName( xInternalTimerHandle ); in MPU_pcTimerGetNameImpl()
3547 return pcReturn; in MPU_pcTimerGetNameImpl()
/Kernel-v11.0.1/
Dqueue.c3051 const char * pcReturn = NULL; in pcQueueGetName() local
3064 pcReturn = xQueueRegistry[ ux ].pcQueueName; in pcQueueGetName()
3073 traceRETURN_pcQueueGetName( pcReturn ); in pcQueueGetName()
3075 return pcReturn; in pcQueueGetName()
/Kernel-v11.0.1/include/
DFreeRTOS.h1401 #define traceRETURN_pcQueueGetName( pcReturn ) argument