Lines Matching full:wait
11 * events has occurred. Threads wait on event objects until another thread or
14 * processed to determine if there is a match. All threads that whose wait
37 #define K_EVENT_WAIT_ANY 0x00 /* Wait for any events */
38 #define K_EVENT_WAIT_ALL 0x01 /* Wait for all events */
120 * The wait conditions have been satisfied. Add this in event_walk_op()
250 SYS_PORT_TRACING_OBJ_FUNC_ENTER(k_event, wait, event, events, in k_event_wait_internal()
254 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_event, wait, event, events, 0); in k_event_wait_internal()
267 /* Test if the wait conditions have already been met. */ in k_event_wait_internal()
284 * The caller must pend to wait for the match. Save the desired in k_event_wait_internal()
291 SYS_PORT_TRACING_OBJ_FUNC_BLOCKING(k_event, wait, event, events, in k_event_wait_internal()
300 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_event, wait, event, in k_event_wait_internal()
307 * Wait for any of the specified events
327 * Wait for all of the specified events