Searched refs:uxState (Results 1 – 2 of 2) sorted by relevance
58 uint16_t uxState; /*< Used internally by the co-routine implementation. */ member225 switch( ( ( CRCB_t * ) ( pxCRCB ) )->uxState ) { \270 ( ( CRCB_t * ) ( xHandle ) )->uxState = ( __LINE__ * 2 ); return; \273 ( ( CRCB_t * ) ( xHandle ) )->uxState = ( ( __LINE__ * 2 ) + 1 ); return; \
128 pxCoRoutine->uxState = corINITIAL_STATE; in xCoRoutineCreate()