Home
last modified time | relevance | path

Searched refs:wait_queue_head_t (Results 1 – 9 of 9) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dwait.h58 } wait_queue_head_t; typedef
63wait_queue_head_t wq = { { 0, { (struct LOS_DL_LIST *)0xFFFFFFFF, (struct LOS_DL_LIST *)0xFFFFFFFF…
67 void __wake_up_interruptible(wait_queue_head_t *wait);
68 void __init_waitqueue_head(wait_queue_head_t *wait);
242 static inline int linux_waitqueue_active(wait_queue_head_t *q) in linux_waitqueue_active()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_semaphore.c130 void __init_waitqueue_head(wait_queue_head_t *wait) in __init_waitqueue_head()
140 void __wake_up_interruptible(wait_queue_head_t *wait) in __wake_up_interruptible()
149 void __wake_up_interruptible_poll(wait_queue_head_t *wait, pollevent_t key) in __wake_up_interruptible_poll()
/third_party/musl/porting/liteos_a/kernel/include/
Dpoll.h63 extern void notify_poll(wait_queue_head_t* wait_address);
64 extern void notify_poll_with_key(wait_queue_head_t* wait_address, pollevent_t key);
/third_party/musl/porting/liteos_a_newlib/kernel/include/
Dpoll.h60 extern void notify_poll(wait_queue_head_t* wait_address);
61 extern void notify_poll_with_key(wait_queue_head_t* wait_address, pollevent_t key);
/third_party/NuttX/fs/vfs/
Dfs_poll.c61 typedef wait_queue_head_t * poll_wait_queue;
319 void notify_poll_with_key(wait_queue_head_t *wait_address, pollevent_t key) in notify_poll_with_key()
347 void notify_poll(wait_queue_head_t *wait_address) in notify_poll()
352 void poll_wait(struct file *filp, wait_queue_head_t *wait_address, poll_table *p) in poll_wait()
/third_party/NuttX/drivers/pipes/
Dpipe_common.h123wait_queue_head_t wq; /* It is a list if poll structures of threads waiting for driver events …
/third_party/NuttX/drivers/usbdev/gadget/
Df_mass_storage.h244 wait_queue_head_t xfer_wait;
Df_mass_storage.c60 extern void __init_waitqueue_head(wait_queue_head_t *wait);
61 extern void __wake_up_interruptible(wait_queue_head_t *wait);
/third_party/NuttX/fs/vfs/include/
Dfile.h580 void poll_wait(struct file *filp, wait_queue_head_t *wait_address, poll_table *p);