Home
last modified time | relevance | path

Searched refs:pcNameToQuery (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/freertos/
Dtasks.c551 … const char pcNameToQuery[] ) PRIVILEGED_FUNCTION;
2699 const char pcNameToQuery[] ) in prvSearchForNameWithinSingleList() argument
2724 if( cNextChar != pcNameToQuery[ x ] ) in prvSearchForNameWithinSingleList()
2767 …TaskHandle_t xTaskGetHandle( const char * pcNameToQuery ) /*lint !e971 Unqualified char types are … in xTaskGetHandle() argument
2773 configASSERT( strlen( pcNameToQuery ) < configMAX_TASK_NAME_LEN ); in xTaskGetHandle()
2785 … prvSearchForNameWithinSingleList( ( List_t * ) &( pxReadyTasksLists[ uxQueue ] ), pcNameToQuery ); in xTaskGetHandle()
2797 … pxTCB = prvSearchForNameWithinSingleList( ( List_t * ) pxDelayedTaskList, pcNameToQuery ); in xTaskGetHandle()
2802 … pxTCB = prvSearchForNameWithinSingleList( ( List_t * ) pxOverflowDelayedTaskList, pcNameToQuery ); in xTaskGetHandle()
2810 … pxTCB = prvSearchForNameWithinSingleList( &xSuspendedTaskList, pcNameToQuery ); in xTaskGetHandle()
2820 … pxTCB = prvSearchForNameWithinSingleList( &xTasksWaitingTermination, pcNameToQuery ); in xTaskGetHandle()
/hal_espressif-3.6.0/components/freertos/include/freertos/
Dmpu_prototypes.h74 TaskHandle_t MPU_xTaskGetHandle( const char * pcNameToQuery ) FREERTOS_SYSTEM_CALL;
Dtask.h1752 TaskHandle_t xTaskGetHandle( const char * pcNameToQuery ) PRIVILEGED_FUNCTION; /*lint !e971 Unq…