Lines Matching full:event
19 * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
58 …uint8_t ucStaticallyAllocated; /**< Set to pdTRUE if the event group is statically allocated to en…
93 * event group structure. */ in xEventGroupCreateStatic()
99 /* The user has provided a statically allocated event group - use it. */ in xEventGroupCreateStatic()
113 * this event group was created statically in case the event group in xEventGroupCreateStatic()
158 * event group was allocated statically in case the event group is in xEventGroupCreate()
223 * task's event list item so the kernel knows when a match is in xEventGroupSync()
236 * specified - just return the current event bit value. */ in xEventGroupSync()
258 * event list item, and they should now be retrieved then cleared. */ in xEventGroupSync()
263 /* The task timed out, just return the current event bit value. */ in xEventGroupSync()
365 * this call to xEventGroupWaitBits() - for use when the event bits in xEventGroupWaitBits()
386 * task's event list item so the kernel knows when a match is in xEventGroupWaitBits()
414 * event list item, and they should now be retrieved then cleared. */ in xEventGroupWaitBits()
421 /* The task timed out, just return the current event bit value. */ in xEventGroupWaitBits()
424 /* It is possible that the event bits were updated between this in xEventGroupWaitBits()
483 /* The value returned is the event group value prior to the bits being in xEventGroupClearBits()
612 /* Store the actual event flag value in the task's event list in xEventGroupSetBits()
613 * item before removing the task from the event list. The in xEventGroupSetBits()
621 * used here as the list item may have been removed from the event list in xEventGroupSetBits()
655 /* Unblock the task, returning 0 as the event list is being deleted in vEventGroupDelete()
665 /* The event group can only have been allocated dynamically - free in vEventGroupDelete()
671 /* The event group could have been allocated statically or in vEventGroupDelete()
702 /* Check if the event group was statically allocated. */ in xEventGroupGetStaticBuffer()
718 /* Event group must have been statically allocated. */ in xEventGroupGetStaticBuffer()