Home
last modified time | relevance | path

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

/Kernel-v11.1.0/include/
Dcroutine.h60 uint16_t uxState; /**< Used internally by the co-routine implementation. */ member
215 switch( ( ( CRCB_t * ) ( pxCRCB ) )->uxState ) { \
256 ( ( CRCB_t * ) ( xHandle ) )->uxState = ( __LINE__ * 2 ); return; \
259 ( ( CRCB_t * ) ( xHandle ) )->uxState = ( ( __LINE__ * 2 ) + 1 ); return; \
/Kernel-v11.1.0/
Dcroutine.c137 pxCoRoutine->uxState = corINITIAL_STATE; in xCoRoutineCreate()