Home
last modified time | relevance | path

Searched refs:CRCB_t (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.4.0/components/freertos/
Dcroutine.c52 CRCB_t * pxCurrentCoRoutine = NULL;
106 CRCB_t * pxCoRoutine; in xCoRoutineCreate()
109 pxCoRoutine = ( CRCB_t * ) pvPortMalloc( sizeof( CRCB_t ) ); in xCoRoutineCreate()
207 CRCB_t * pxUnblockedCRCB; in prvCheckPendingReadyList()
212 … pxUnblockedCRCB = ( CRCB_t * ) listGET_OWNER_OF_HEAD_ENTRY( ( &xPendingReadyCoRoutineList ) ); in prvCheckPendingReadyList()
225 CRCB_t * pxCRCB; in prvCheckDelayedList()
249 pxCRCB = ( CRCB_t * ) listGET_OWNER_OF_HEAD_ENTRY( pxDelayedCoRoutineList ); in prvCheckDelayedList()
339 CRCB_t * pxUnblockedCRCB; in xCoRoutineRemoveFromEventList()
345 pxUnblockedCRCB = ( CRCB_t * ) listGET_OWNER_OF_HEAD_ENTRY( pxEventList ); in xCoRoutineRemoveFromEventList()
/hal_espressif-3.4.0/components/freertos/include/freertos/
Dcroutine.h59 } CRCB_t; /* Co-routine control block. Note must be identical in size down … typedef
225 switch( ( ( CRCB_t * ) ( pxCRCB ) )->uxState ) { \
270 ( ( CRCB_t * ) ( xHandle ) )->uxState = ( __LINE__ * 2 ); return; \
273 ( ( CRCB_t * ) ( xHandle ) )->uxState = ( ( __LINE__ * 2 ) + 1 ); return; \