/third_party/alsa-utils/axfer/ |
D | waiter-select.c | 21 # define POLLIN_SET (POLLRDNORM | POLLRDBAND | POLLIN | POLLHUP) 25 # define POLLIN_SET (POLLIN | POLLHUP) 91 pfd->revents |= POLLHUP; in select_wait_event()
|
/third_party/boost/libs/asio/include/boost/asio/detail/impl/ |
D | dev_poll_reactor.ipp | 101 pending_ev.events |= POLLERR | POLLHUP; 132 ev.events = POLLERR | POLLHUP; 184 ev.events = POLLERR | POLLHUP; 313 if (events[i].events & (POLLPRI | POLLERR | POLLHUP)) 319 if (events[i].events & (POLLIN | POLLERR | POLLHUP)) 324 if (events[i].events & (POLLOUT | POLLERR | POLLHUP)) 329 if ((events[i].events & (POLLERR | POLLHUP)) != 0 334 // The poll operation can produce POLLHUP or POLLERR events when there 347 ev.events = POLLERR | POLLHUP;
|
/third_party/boost/boost/asio/detail/impl/ |
D | dev_poll_reactor.ipp | 101 pending_ev.events |= POLLERR | POLLHUP; 132 ev.events = POLLERR | POLLHUP; 184 ev.events = POLLERR | POLLHUP; 313 if (events[i].events & (POLLPRI | POLLERR | POLLHUP)) 319 if (events[i].events & (POLLIN | POLLERR | POLLHUP)) 324 if (events[i].events & (POLLOUT | POLLERR | POLLHUP)) 329 if ((events[i].events & (POLLERR | POLLHUP)) != 0 334 // The poll operation can produce POLLHUP or POLLERR events when there 347 ev.events = POLLERR | POLLHUP;
|
/third_party/pulseaudio/src/pulsecore/ |
D | poll-win32.c | 185 happened |= POLLHUP; in windows_compute_revents() 222 return POLLHUP; in windows_compute_revents() 229 return POLLHUP; in windows_compute_revents() 278 happened |= POLLHUP; in windows_compute_revents_socket() 320 happened |= POLLHUP; in compute_revents() 330 happened |= POLLHUP; in compute_revents()
|
D | poll.h | 40 #define POLLHUP 0x010 /* Hung up. */ macro
|
D | poll-posix.c | 208 f->revents |= POLLHUP; in pa_poll() 214 f->revents |= POLLHUP; in pa_poll()
|
/third_party/pulseaudio/src/utils/ |
D | pacmd.c | 288 } else if (watch_stdin->revents & POLLHUP) in main() 308 } else if (watch_socket->revents & POLLHUP) in main() 313 if (watch_stdout->revents & POLLHUP) { in main() 331 if (watch_socket->revents & POLLHUP) { in main()
|
/third_party/curl/lib/ |
D | select.c | 293 if(pfd[num].revents & (POLLRDNORM|POLLIN|POLLERR|POLLHUP)) in Curl_socket_check() 300 if(pfd[num].revents & (POLLRDNORM|POLLIN|POLLERR|POLLHUP)) in Curl_socket_check() 309 if(pfd[num].revents & (POLLERR|POLLHUP|POLLPRI|POLLNVAL)) in Curl_socket_check() 381 if(ufds[i].revents & POLLHUP) in Curl_poll()
|
D | select.h | 46 #define POLLHUP 0x10 macro
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-freertos.h | 56 #define POLLHUP 0x0010 macro
|
/third_party/skia/third_party/externals/tint/src/utils/io/ |
D | command_posix.cc | 218 if (poll_fds[0].revents & POLLHUP) { in Exec() 227 if (poll_fds[1].revents & POLLHUP) { in Exec()
|
/third_party/toybox/lib/ |
D | net.c | 116 if (len<1) pollfds[i].revents = POLLHUP; in pollinate() 119 if (pollfds[i].revents & POLLHUP) { in pollinate()
|
/third_party/toybox/toys/other/ |
D | watch.c | 144 if (pfd[0].revents&POLLHUP) xexit(); in watch_main() 147 if (pfd[1].revents&POLLHUP) active = 0; in watch_main()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | poll.h | 16 #define POLLHUP 0x010 macro
|
/third_party/musl/include/ |
D | poll.h | 16 #define POLLHUP 0x010 macro
|
/third_party/musl/ndk_musl_include/ |
D | poll.h | 16 #define POLLHUP 0x010 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | poll.h | 16 #define POLLHUP 0x010 macro
|
/third_party/musl/porting/linux/user/include/ |
D | poll.h | 16 #define POLLHUP 0x010 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | poll.h | 16 #define POLLHUP 0x010 macro
|
/third_party/musl/libc-test/src/api/ |
D | poll.c | 22 C(POLLHUP) in f()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | poll.h | 16 #define POLLHUP 0x010 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/ |
D | poll.h | 16 #define POLLHUP 0x010 macro
|
/third_party/alsa-lib/aserver/ |
D | aserver.c | 352 pfd.events = POLLHUP; in shm_ack() 367 pfd.events = POLLHUP; in shm_ack_fd() 815 if (events & POLLHUP) { in client_ctrl_handler() 838 if (events & POLLHUP) in inet_pending_handler() 871 add_waiter(client->ctrl_fd, POLLIN | POLLHUP, client_ctrl_handler, client); in inet_pending_handler() 872 add_waiter(client->poll_fd, POLLHUP, client_poll_handler, client); in inet_pending_handler() 895 add_waiter(sock, POLLIN | POLLHUP, client_ctrl_handler, client); in local_handler()
|
/third_party/libwebsockets/include/ |
D | libwebsockets.h | 399 #define LWS_POLLHUP (POLLHUP) 521 #define LWS_POLLHUP (POLLHUP | POLLERR)
|
/third_party/libuv/src/unix/ |
D | epoll.c | 345 pe->events &= w->pevents | POLLERR | POLLHUP; in uv__io_poll() 362 if (pe->events == POLLERR || pe->events == POLLHUP) in uv__io_poll()
|