Lines Matching full:event
19 * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
59 …uint8_t ucStaticallyAllocated; /**< Set to pdTRUE if the event group is statically allocated to en…
92 * event group structure. */ in xEventGroupCreateStatic()
98 /* The user has provided a statically allocated event group - use it. */ in xEventGroupCreateStatic()
109 * this event group was created statically in case the event group in xEventGroupCreateStatic()
137 /* Allocate the event group. Justification for MISRA deviation as in xEventGroupCreate()
160 * event group was allocated statically in case the event group is in xEventGroupCreate()
221 * task's event list item so the kernel knows when a match is in xEventGroupSync()
234 * specified - just return the current event bit value. */ in xEventGroupSync()
256 * event list item, and they should now be retrieved then cleared. */ in xEventGroupSync()
261 /* The task timed out, just return the current event bit value. */ in xEventGroupSync()
359 * this call to xEventGroupWaitBits() - for use when the event bits in xEventGroupWaitBits()
380 * task's event list item so the kernel knows when a match is in xEventGroupWaitBits()
408 * event list item, and they should now be retrieved then cleared. */ in xEventGroupWaitBits()
415 /* The task timed out, just return the current event bit value. */ in xEventGroupWaitBits()
418 /* It is possible that the event bits were updated between this in xEventGroupWaitBits()
473 /* The value returned is the event group value prior to the bits being in xEventGroupClearBits()
590 /* Store the actual event flag value in the task's event list in xEventGroupSetBits()
591 * item before removing the task from the event list. The in xEventGroupSetBits()
599 * used here as the list item may have been removed from the event list in xEventGroupSetBits()
629 /* Unblock the task, returning 0 as the event list is being deleted in vEventGroupDelete()
639 /* The event group can only have been allocated dynamically - free in vEventGroupDelete()
645 /* The event group could have been allocated statically or in vEventGroupDelete()
672 /* Check if the event group was statically allocated. */ in xEventGroupGetStaticBuffer()
685 /* Event group must have been statically allocated. */ in xEventGroupGetStaticBuffer()