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/
H A Dwait.h45 * Notice about wait_queue_head_t:
56 } wait_queue_head_t; typedef
61 wait_queue_head_t wq = { { 0, { (struct LOS_DL_LIST *)0xFFFFFFFF, (struct LOS_DL_LIST *)0xFFFFFFFF } }, \
65 void __wake_up_interruptible(wait_queue_head_t *wait);
66 void __init_waitqueue_head(wait_queue_head_t *wait);
240 static inline int linux_waitqueue_active(wait_queue_head_t *q) in linux_waitqueue_active()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A 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/
H A 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/
H A 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/
H A 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/
H A Dpipe_common.h123 wait_queue_head_t wq; /* It is a list if poll structures of threads waiting for driver events */
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_mass_storage.h244 wait_queue_head_t xfer_wait;
H A 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/
H A Dfile.h583 void poll_wait(struct file *filp, wait_queue_head_t *wait_address, poll_table *p);

Completed in 7 milliseconds