Lines Matching full:event

19  * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
278 /* The item value of the event list item is normally used to hold the priority
364 ListItem_t xEventListItem; /**< Used to reference a task from an event list. */
499 * moves the task's event list item into the xPendingReadyList, ready for the
1909 /* Event lists are always in priority order. */ in prvInitialiseNewTask()
2225 /* Is the task waiting on an event also? */ in vTaskDelete()
2455 /* A task that is removed from the event list while the in vTaskDelay()
2460 * This task cannot be in an event list as it is the currently in vTaskDelay()
2547 /* The task does not appear on the event list item of in eTaskGetState()
2891 /* Only reset the event list item value if the value is not in vTaskPrioritySet()
3153 /* Is the task waiting on an event also? */ in vTaskSuspend()
3313 /* The task does not appear on the event list item of in prvTaskIsTaskSuspended()
3808 * We must disable interrupts before we grab the locks in the event that this task is in vTaskSuspendAll()
3935 /* It is possible that an ISR caused a task to be removed from an event in xTaskResumeAll()
4640 /* Is the task waiting on an event also? If so remove it from in xTaskAbortDelay()
4641 * the event list too. Interrupts can touch the event list item, in xTaskAbortDelay()
4729 /* Tick increment should occur on every kernel timer event. Core 0 has the in xTaskIncrementTick()
4800 /* Is the task waiting on an event also? If so remove in xTaskIncrementTick()
4801 * it from the event list. */ in xTaskIncrementTick()
5292 /* Place the event list item of the TCB in the appropriate event list. in vTaskPlaceOnEventList()
5294 * is the first to be woken by the event. in vTaskPlaceOnEventList()
5299 * Therefore, the event list is sorted in descending priority order. in vTaskPlaceOnEventList()
5301 * The queue that contains the event list is locked, preventing in vTaskPlaceOnEventList()
5320 * the event groups implementation. */ in vTaskPlaceOnUnorderedEventList()
5323 /* Store the item value in the event list item. It is safe to access the in vTaskPlaceOnUnorderedEventList()
5324 * event list item here as interrupts won't access the event list item of a in vTaskPlaceOnUnorderedEventList()
5328 /* Place the event list item of the TCB at the end of the appropriate event in vTaskPlaceOnUnorderedEventList()
5329 * list. It is safe to access the event list here because it is part of an in vTaskPlaceOnUnorderedEventList()
5330 * event group implementation - and interrupts don't access event groups in vTaskPlaceOnUnorderedEventList()
5357 /* Place the event list item of the TCB in the appropriate event list. in vTaskPlaceOnEventListRestricted()
5359 * be waiting on this event list, so the faster vListInsertEnd() function in vTaskPlaceOnEventListRestricted()
5390 /* The event list is sorted in priority order, so the first in the list can in xTaskRemoveFromEventList()
5394 * If an event is for a queue that is locked then this function will never in xTaskRemoveFromEventList()
5396 * means exclusive access to the event list is guaranteed here. in xTaskRemoveFromEventList()
5437 /* Return true if the task removed from the event list has a higher in xTaskRemoveFromEventList()
5481 * the event flags implementation. */ in vTaskRemoveFromUnorderedEventList()
5484 /* Store the new item value in the event list. */ in vTaskRemoveFromUnorderedEventList()
5487 /* Remove the event list form the event flag. Interrupts do not access in vTaskRemoveFromUnorderedEventList()
5488 * event flags. */ in vTaskRemoveFromUnorderedEventList()
6238 /* The task does not appear on the event list item of in vTaskGetInfo()
6631 * priority. Only reset the event list item value if the value is in xTaskPriorityInherit()
6760 /* Reset the event list item value. It cannot be in use for in xTaskPriorityDisinherit()
6860 /* Only reset the event list item value if the value is not in vTaskPriorityDisinheritAfterTimeout()
7611 /* Reset the event list item to its normal value - so it can be used with in uxTaskResetEventItemValue()
7979 /* The task should not have been on an event list. */ in xTaskGenericNotify()
8115 /* The task should not have been on an event list. */ in xTaskGenericNotifyFromISR()
8230 /* The task should not have been on an event list. */ in vTaskGenericNotifyGiveFromISR()
8511 * list to ensure it is not woken by a timing event. It will block in prvAddCurrentTaskToDelayedList()
8517 /* Calculate the time at which the task should be woken if the event in prvAddCurrentTaskToDelayedList()
8555 /* Calculate the time at which the task should be woken if the event in prvAddCurrentTaskToDelayedList()