Home
last modified time | relevance | path

Searched refs:poll_wait_head (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/include/
Dpoll.h56 typedef struct tag_poll_wait_entry* poll_wait_head; typedef
59 poll_wait_head wait;
/third_party/musl/porting/liteos_a_newlib/kernel/include/
Dpoll.h53 typedef struct tag_poll_wait_entry* poll_wait_head; typedef
56 poll_wait_head wait;
/third_party/NuttX/fs/vfs/
Dfs_poll.c114 static void set_add_poll_wait_flag(poll_wait_head wait, bool add_queue_flag) in set_add_poll_wait_flag()
119 static int destroy_poll_wait(poll_wait_head wait) in destroy_poll_wait()
158 static poll_wait_node *get_poll_item(poll_wait_head wait) in get_poll_item()
185 poll_wait_head wait = p->wait; in add_pollwait_queue()
198 static int wait_sem_time(poll_wait_head wait, const struct timespec *time_ptr) in wait_sem_time()