Home
last modified time | relevance | path

Searched refs:pxEventList (Results 1 – 4 of 4) sorted by relevance

/Kernel-v10.6.2/
HDcroutine.c164 List_t * pxEventList ) in vCoRoutineAddToDelayedList() argument
193 if( pxEventList ) in vCoRoutineAddToDelayedList()
197 vListInsert( pxEventList, &( pxCurrentCoRoutine->xEventListItem ) ); in vCoRoutineAddToDelayedList()
339 BaseType_t xCoRoutineRemoveFromEventList( const List_t * pxEventList ) in xCoRoutineRemoveFromEventList() argument
347 pxUnblockedCRCB = ( CRCB_t * ) listGET_OWNER_OF_HEAD_ENTRY( pxEventList ); in xCoRoutineRemoveFromEventList()
HDtasks.c1354 List_t const * pxEventList; in eTaskGetState() local
1371 pxEventList = listLIST_ITEM_CONTAINER( &( pxTCB->xEventListItem ) ); in eTaskGetState()
1377 if( pxEventList == &xPendingReadyList ) in eTaskGetState()
3144 void vTaskPlaceOnEventList( List_t * const pxEventList, in vTaskPlaceOnEventList() argument
3147 configASSERT( pxEventList ); in vTaskPlaceOnEventList()
3163 vListInsert( pxEventList, &( pxCurrentTCB->xEventListItem ) ); in vTaskPlaceOnEventList()
3169 void vTaskPlaceOnUnorderedEventList( List_t * pxEventList, in vTaskPlaceOnUnorderedEventList() argument
3173 configASSERT( pxEventList ); in vTaskPlaceOnUnorderedEventList()
3189 listINSERT_END( pxEventList, &( pxCurrentTCB->xEventListItem ) ); in vTaskPlaceOnUnorderedEventList()
3197 void vTaskPlaceOnEventListRestricted( List_t * const pxEventList, in vTaskPlaceOnEventListRestricted() argument
[all …]
/Kernel-v10.6.2/include/
HDcroutine.h738 List_t * pxEventList );
747 BaseType_t xCoRoutineRemoveFromEventList( const List_t * pxEventList );
HDtask.h3045 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;