Home
last modified time | relevance | path

Searched refs:handle_poll_events (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.6.0/kernel/
Dsem.c85 static inline bool handle_poll_events(struct k_sem *sem) in handle_poll_events() function
111 resched = handle_poll_events(sem); in z_impl_k_sem_give()
183 handle_poll_events(sem); in z_impl_k_sem_reset()
Dqueue.c87 static inline void handle_poll_events(struct k_queue *queue, uint32_t state) in handle_poll_events() function
110 handle_poll_events(queue, K_POLL_STATE_CANCELLED); in z_impl_k_queue_cancel_wait()
170 handle_poll_events(queue, K_POLL_STATE_DATA_AVAILABLE); in queue_insert()
277 handle_poll_events(queue, K_POLL_STATE_DATA_AVAILABLE); in k_queue_append_list()
Dmsg_q.c33 static inline void handle_poll_events(struct k_msgq *msgq, uint32_t state) in handle_poll_events() function
161 handle_poll_events(msgq, K_POLL_STATE_MSGQ_DATA_AVAILABLE); in z_impl_k_msgq_put()
Dpipes.c99 static inline void handle_poll_events(struct k_pipe *pipe) in handle_poll_events() function
462 handle_poll_events(pipe); in z_impl_k_pipe_put()
/Zephyr-Core-3.6.0/samples/net/sockets/socketpair/src/
Dmain.c172 static int handle_poll_events(const struct context *ctx, struct pollfd *fds, size_t n, in handle_poll_events() function
245 res = handle_poll_events(ctx, fds, NUM_SOCKETPAIRS, res); in main()