Lines Matching full:event
19 * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
238 /* The item value of the event list item is normally used to hold the priority
268 ListItem_t xEventListItem; /**< Used to reference a task from an event list. */
386 * moves the task's event list item into the xPendingReadyList, ready for the
943 /* Event lists are always in priority order. */ in prvInitialiseNewTask()
1136 /* Is the task waiting on an event also? */ in vTaskDelete()
1317 /* A task that is removed from the event list while the in vTaskDelay()
1322 * This task cannot be in an event list as it is the currently in vTaskDelay()
1403 /* The task does not appear on the event list item of in eTaskGetState()
1626 /* Only reset the event list item value if the value is not in vTaskPrioritySet()
1710 /* Is the task waiting on an event also? */ in vTaskSuspend()
2197 /* It is possible that an ISR caused a task to be removed from an event in xTaskResumeAll()
2723 /* Is the task waiting on an event also? If so remove it from in xTaskAbortDelay()
2724 * the event list too. Interrupts can touch the event list item, in xTaskAbortDelay()
2856 /* Is the task waiting on an event also? If so remove in xTaskIncrementTick()
2857 * it from the event list. */ in xTaskIncrementTick()
3152 /* Place the event list item of the TCB in the appropriate event list. in vTaskPlaceOnEventList()
3154 * is the first to be woken by the event. in vTaskPlaceOnEventList()
3159 * Therefore, the event list is sorted in descending priority order. in vTaskPlaceOnEventList()
3161 * The queue that contains the event list is locked, preventing in vTaskPlaceOnEventList()
3176 * the event groups implementation. */ in vTaskPlaceOnUnorderedEventList()
3179 /* Store the item value in the event list item. It is safe to access the in vTaskPlaceOnUnorderedEventList()
3180 * event list item here as interrupts won't access the event list item of a in vTaskPlaceOnUnorderedEventList()
3184 /* Place the event list item of the TCB at the end of the appropriate event in vTaskPlaceOnUnorderedEventList()
3185 * list. It is safe to access the event list here because it is part of an in vTaskPlaceOnUnorderedEventList()
3186 * event group implementation - and interrupts don't access event groups in vTaskPlaceOnUnorderedEventList()
3209 /* Place the event list item of the TCB in the appropriate event list. in vTaskPlaceOnEventListRestricted()
3211 * be waiting on this event list, so the faster vListInsertEnd() function in vTaskPlaceOnEventListRestricted()
3238 /* The event list is sorted in priority order, so the first in the list can in xTaskRemoveFromEventList()
3242 * If an event is for a queue that is locked then this function will never in xTaskRemoveFromEventList()
3244 * means exclusive access to the event list is guaranteed here. in xTaskRemoveFromEventList()
3280 /* Return true if the task removed from the event list has a higher in xTaskRemoveFromEventList()
3304 * the event flags implementation. */ in vTaskRemoveFromUnorderedEventList()
3307 /* Store the new item value in the event list. */ in vTaskRemoveFromUnorderedEventList()
3310 /* Remove the event list form the event flag. Interrupts do not access in vTaskRemoveFromUnorderedEventList()
3311 * event flags. */ in vTaskRemoveFromUnorderedEventList()
4151 * priority. Only reset the event list item value if the value is in xTaskPriorityInherit()
4266 /* Reset the event list item value. It cannot be in use for in xTaskPriorityDisinherit()
4352 /* Only reset the event list item value if the value is not in vTaskPriorityDisinheritAfterTimeout()
4732 /* Reset the event list item to its normal value - so it can be used with in uxTaskResetEventItemValue()
4995 /* The task should not have been on an event list. */ in xTaskGenericNotify()
5134 /* The task should not have been on an event list. */ in xTaskGenericNotifyFromISR()
5225 /* The task should not have been on an event list. */ in vTaskGenericNotifyGiveFromISR()
5420 * list to ensure it is not woken by a timing event. It will block in prvAddCurrentTaskToDelayedList()
5426 /* Calculate the time at which the task should be woken if the event in prvAddCurrentTaskToDelayedList()
5462 /* Calculate the time at which the task should be woken if the event in prvAddCurrentTaskToDelayedList()