Searched refs:wait_head (Results 1 – 7 of 7) sorted by relevance
78 rt_wqueue_t wait_head; member170 rt_wqueue_wakeup(&sock->wait_head, (void*)(size_t)event); in event_callback()188 rt_wqueue_init(&lwsock->wait_head); in inet_socket()209 rt_wqueue_init(&lwsock->wait_head); in inet_accept()265 rt_poll_add(&sock->wait_head, req); in inet_poll()
45 rt_poll_add(&sock->wait_head, req); in at_poll()
99 rt_wqueue_t wait_head; member
145 rt_wqueue_t wait_head; member
252 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()438 rt_wqueue_init(&sock->wait_head); in alloc_socket_by_device()
226 rt_wqueue_t wait_head; member445 rt_wqueue_init(&sockets[i].wait_head); in alloc_socket()
553 rt_wqueue_init(&sockets[i].wait_head); in alloc_socket()
Completed in 19 milliseconds