Searched refs:wait_queue_head_t (Results 1 – 9 of 9) sorted by relevance
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
D | wait.h | 58 } wait_queue_head_t; typedef 63 …wait_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/ |
D | linux_semaphore.c | 130 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/ |
D | poll.h | 63 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/ |
D | poll.h | 60 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/ |
D | fs_poll.c | 61 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/ |
D | pipe_common.h | 123 …wait_queue_head_t wq; /* It is a list if poll structures of threads waiting for driver events …
|
/third_party/NuttX/drivers/usbdev/gadget/ |
D | f_mass_storage.h | 244 wait_queue_head_t xfer_wait;
|
D | f_mass_storage.c | 60 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/ |
D | file.h | 580 void poll_wait(struct file *filp, wait_queue_head_t *wait_address, poll_table *p);
|