Home
last modified time | relevance | path

Searched refs:z_handle_obj_poll_events (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/kernel/include/
Dkernel_internal.h224 bool z_handle_obj_poll_events(sys_dlist_t *events, uint32_t state);
/Zephyr-latest/kernel/
Dsem.c88 return z_handle_obj_poll_events(&sem->poll_events, K_POLL_STATE_SEM_AVAILABLE); in handle_poll_events()
Dpipe.c190 z_handle_obj_poll_events(&pipe->poll_events, in z_impl_k_pipe_write()
Dmsg_q.c35 return z_handle_obj_poll_events(&msgq->poll_events, in handle_poll_events()
Dqueue.c90 return z_handle_obj_poll_events(&queue->poll_events, state); in handle_poll_events()
Dpoll.c457 bool z_handle_obj_poll_events(sys_dlist_t *events, uint32_t state) in z_handle_obj_poll_events() function
Dpipes.c111 return z_handle_obj_poll_events(&pipe->poll_events, K_POLL_STATE_PIPE_DATA_AVAILABLE); in handle_poll_events()