Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/
Dtasks.c363 typedef tskTCB TCB_t; typedef
367 PRIVILEGED_DATA TCB_t * volatile pxCurrentTCB[configNUM_CORES] = {NULL};
503 static void prvDeleteTCB( TCB_t * pxTCB ) PRIVILEGED_FUNCTION;
511 static void prvDeleteTLS( TCB_t *pxTCB );
550 static TCB_t * prvSearchForNameWithinSingleList( List_t * pxList,
608 TCB_t * pxNewTCB,
616 static void prvAddNewTaskToReadyList( TCB_t * pxNewTCB,
673 TCB_t *pxNewTCB; in xTaskCreateStaticPinnedToCore()
686 configASSERT( xSize == sizeof( TCB_t ) ); in xTaskCreateStaticPinnedToCore()
696 …pxNewTCB = ( TCB_t * ) pxTaskBuffer; /*lint !e740 !e9087 Unusual cast is ok as the structures are … in xTaskCreateStaticPinnedToCore()
[all …]
/hal_espressif-3.6.0/components/freertos/include/esp_additions/
Dfreertos_tasks_c_additions.h30 return sizeof(TCB_t); in pxTCBGetSize()
35 return &(((TCB_t*)pxTCB)->xStateListItem); in pxTCBGetStateListItem()
40 return (StackType_t*) ((TCB_t*)pxTCB)->pxStack; in pxTCBGetStartOfStack()
45 return (StackType_t*) ((TCB_t*)pxTCB)->pxTopOfStack; in pxTCBGetTopOfStack()
50 return (StackType_t*) ((TCB_t*)pxTCB)->pxEndOfStack; in pxTCBGetEndOfStack()
/hal_espressif-3.6.0/tools/test_idf_monitor/
Ddummy.c6 } TCB_t; typedef
8 TCB_t foo;