Home
last modified time | relevance | path

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

/Kernel-v11.1.0/
Dcroutine.c54 CRCB_t * pxCurrentCoRoutine = NULL;
110 CRCB_t * pxCoRoutine; in xCoRoutineCreate()
118 pxCoRoutine = ( CRCB_t * ) pvPortMalloc( sizeof( CRCB_t ) ); in xCoRoutineCreate()
222 CRCB_t * pxUnblockedCRCB; in prvCheckPendingReadyList()
227 … pxUnblockedCRCB = ( CRCB_t * ) listGET_OWNER_OF_HEAD_ENTRY( ( &xPendingReadyCoRoutineList ) ); in prvCheckPendingReadyList()
240 CRCB_t * pxCRCB; in prvCheckDelayedList()
264 pxCRCB = ( CRCB_t * ) listGET_OWNER_OF_HEAD_ENTRY( pxDelayedCoRoutineList ); in prvCheckDelayedList()
358 CRCB_t * pxUnblockedCRCB; in xCoRoutineRemoveFromEventList()
366 pxUnblockedCRCB = ( CRCB_t * ) listGET_OWNER_OF_HEAD_ENTRY( pxEventList ); in xCoRoutineRemoveFromEventList()
/Kernel-v11.1.0/include/
Dcroutine.h61 } CRCB_t; /* Co-routine control block. Note must be identical in size down … typedef
215 switch( ( ( CRCB_t * ) ( pxCRCB ) )->uxState ) { \
256 ( ( CRCB_t * ) ( xHandle ) )->uxState = ( __LINE__ * 2 ); return; \
259 ( ( CRCB_t * ) ( xHandle ) )->uxState = ( ( __LINE__ * 2 ) + 1 ); return; \