Searched refs:pxEventList (Results 1 – 4 of 4) sorted by relevance
164 List_t * pxEventList ) in vCoRoutineAddToDelayedList() argument193 if( pxEventList ) in vCoRoutineAddToDelayedList()197 vListInsert( pxEventList, &( pxCurrentCoRoutine->xEventListItem ) ); in vCoRoutineAddToDelayedList()339 BaseType_t xCoRoutineRemoveFromEventList( const List_t * pxEventList ) in xCoRoutineRemoveFromEventList() argument347 pxUnblockedCRCB = ( CRCB_t * ) listGET_OWNER_OF_HEAD_ENTRY( pxEventList ); in xCoRoutineRemoveFromEventList()
1354 List_t const * pxEventList; in eTaskGetState() local1371 pxEventList = listLIST_ITEM_CONTAINER( &( pxTCB->xEventListItem ) ); in eTaskGetState()1377 if( pxEventList == &xPendingReadyList ) in eTaskGetState()3144 void vTaskPlaceOnEventList( List_t * const pxEventList, in vTaskPlaceOnEventList() argument3147 configASSERT( pxEventList ); in vTaskPlaceOnEventList()3163 vListInsert( pxEventList, &( pxCurrentTCB->xEventListItem ) ); in vTaskPlaceOnEventList()3169 void vTaskPlaceOnUnorderedEventList( List_t * pxEventList, in vTaskPlaceOnUnorderedEventList() argument3173 configASSERT( pxEventList ); in vTaskPlaceOnUnorderedEventList()3189 listINSERT_END( pxEventList, &( pxCurrentTCB->xEventListItem ) ); in vTaskPlaceOnUnorderedEventList()3197 void vTaskPlaceOnEventListRestricted( List_t * const pxEventList, in vTaskPlaceOnEventListRestricted() argument[all …]
738 List_t * pxEventList );747 BaseType_t xCoRoutineRemoveFromEventList( const List_t * pxEventList );
3045 void vTaskPlaceOnEventList( List_t * const pxEventList,3047 void vTaskPlaceOnUnorderedEventList( List_t * pxEventList,3062 void vTaskPlaceOnEventListRestricted( List_t * const pxEventList,3090 BaseType_t xTaskRemoveFromEventList( const List_t * const pxEventList ) PRIVILEGED_FUNCTION;