Home
last modified time | relevance | path

Searched refs:wait_head (Results 1 – 7 of 7) sorted by relevance

/components/net/sal/impl/
A Daf_inet_lwip.c78 rt_wqueue_t wait_head; member
170 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()
A Daf_inet_at.c45 rt_poll_add(&sock->wait_head, req); in at_poll()
/components/net/lwip/lwip-2.1.2/src/include/lwip/priv/
A Dsockets_priv.h99 rt_wqueue_t wait_head; member
/components/net/at/at_socket/
A Dat_socket.h145 rt_wqueue_t wait_head; member
A Dat_socket.c252 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()
/components/net/lwip/lwip-2.0.3/src/api/
A Dsockets.c226 rt_wqueue_t wait_head; member
445 rt_wqueue_init(&sockets[i].wait_head); in alloc_socket()
/components/net/lwip/lwip-2.1.2/src/api/
A Dsockets.c553 rt_wqueue_init(&sockets[i].wait_head); in alloc_socket()

Completed in 19 milliseconds