Home
last modified time | relevance | path

Searched refs:rt_wqueue_wakeup (Results 1 – 16 of 16) sorted by relevance

/components/drivers/ipc/
A Dpipe.c145 rt_wqueue_wakeup(&pipe->reader_queue, (void*)POLLIN); in pipe_fops_close()
253 rt_wqueue_wakeup(&pipe->writer_queue, (void*)POLLOUT); in pipe_fops_read()
261 rt_wqueue_wakeup(&pipe->writer_queue, (void*)POLLOUT); in pipe_fops_read()
328 rt_wqueue_wakeup(&pipe->reader_queue, (void*)POLLIN); in pipe_fops_write()
338 rt_wqueue_wakeup(&pipe->reader_queue, (void*)POLLIN); in pipe_fops_write()
A Dcondvar.c157 rt_wqueue_wakeup(&cv->event, 0); in rt_condvar_signal()
A Dwaitqueue.c80 void rt_wqueue_wakeup(rt_wqueue_t *queue, void *key) in rt_wqueue_wakeup() function
/components/libc/posix/io/eventfd/
A Deventfd.c144 rt_wqueue_wakeup(&ctx->writer_queue, (void*)POLLOUT); in eventfd_read()
152 rt_wqueue_wakeup(&ctx->writer_queue, (void*)POLLOUT); in eventfd_read()
236 rt_wqueue_wakeup(&ctx->reader_queue, (void *)POLLIN); in eventfd_write()
/components/drivers/include/ipc/
A Dwaitqueue.h51 void rt_wqueue_wakeup(rt_wqueue_t *queue, void *key);
/components/net/sal/impl/
A Daf_inet_lwip.c170 rt_wqueue_wakeup(&sock->wait_head, (void*)(size_t)event); in event_callback()
/components/libc/posix/io/signalfd/
A Dsignalfd.c210 rt_wqueue_wakeup(signalfd_queue, (void*)POLLIN); in signalfd_callback()
/components/net/at/at_socket/
A Dat_socket.c252 rt_wqueue_wakeup(&sock->wait_head, (void*) POLLOUT); in at_do_event_changes()
268 rt_wqueue_wakeup(&sock->wait_head, (void*) POLLIN); in at_do_event_changes()
284 rt_wqueue_wakeup(&sock->wait_head, (void*) POLLERR); in at_do_event_changes()
/components/libc/posix/io/timerfd/
A Dtimerfd.c312 rt_wqueue_wakeup(&tfd->timerfd_queue, (void *)POLLIN); in timerfd_timeout()
/components/libc/posix/io/epoll/
A Depoll.c220 rt_wqueue_wakeup(&ep->epoll_read, (void *)POLLIN); in epoll_wqueue_callback()
/components/drivers/usb/cherryusb/platform/rtthread/
A Dusbh_serial.c410 rt_wqueue_wakeup(&(dev->wait_queue), (void*)POLLIN); in usbh_serial_fops_rx_ind()
/components/lwp/
A Dlwp_ipc.c163 rt_wqueue_wakeup(&ch->reader_queue, 0); in _rt_channel_check_wq_wakup_locked()
A Dlwp_pid.c971 rt_wqueue_wakeup(&parent->waitpid_waiters, self_lwp); in lwp_waitpid_kick()
/components/drivers/serial/
A Ddev_serial.c65 rt_wqueue_wakeup(&(dev->wait_queue), (void*)POLLIN); in serial_fops_rx_ind()
A Ddev_serial_v2.c54 rt_wqueue_wakeup(&dev->wait_queue, (void *)POLLIN); in serial_fops_rx_ind()
/components/drivers/sdio/sdhci/
A Dsdhci.c1444 rt_wqueue_wakeup(&host->buf_ready_int, 0); in sdhci_data_irq()

Completed in 36 milliseconds