Searched refs:handle_poll_events (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.6.0/kernel/ |
D | sem.c | 85 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()
|
D | queue.c | 87 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()
|
D | msg_q.c | 33 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()
|
D | pipes.c | 99 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/ |
D | main.c | 172 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()
|