Home
last modified time | relevance | path

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

/Kernel-v10.6.2/
HDcroutine.c54 CRCB_t * pxCurrentCoRoutine = NULL;
108 CRCB_t * pxCoRoutine; in xCoRoutineCreate()
111 pxCoRoutine = ( CRCB_t * ) pvPortMalloc( sizeof( CRCB_t ) ); in xCoRoutineCreate()
209 CRCB_t * pxUnblockedCRCB; in prvCheckPendingReadyList()
214 … pxUnblockedCRCB = ( CRCB_t * ) listGET_OWNER_OF_HEAD_ENTRY( ( &xPendingReadyCoRoutineList ) ); in prvCheckPendingReadyList()
227 CRCB_t * pxCRCB; in prvCheckDelayedList()
251 pxCRCB = ( CRCB_t * ) listGET_OWNER_OF_HEAD_ENTRY( pxDelayedCoRoutineList ); in prvCheckDelayedList()
341 CRCB_t * pxUnblockedCRCB; in xCoRoutineRemoveFromEventList()
347 pxUnblockedCRCB = ( CRCB_t * ) listGET_OWNER_OF_HEAD_ENTRY( pxEventList ); in xCoRoutineRemoveFromEventList()
/Kernel-v10.6.2/include/
HDcroutine.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; \