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