Home
last modified time | relevance | path

Searched refs:POLLHUP (Results 1 – 25 of 72) sorted by relevance

123

/third_party/alsa-utils/axfer/
Dwaiter-select.c21 # 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/
Ddev_poll_reactor.ipp101 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/
Ddev_poll_reactor.ipp101 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/
Dpoll-win32.c185 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()
Dpoll.h40 #define POLLHUP 0x010 /* Hung up. */ macro
Dpoll-posix.c208 f->revents |= POLLHUP; in pa_poll()
214 f->revents |= POLLHUP; in pa_poll()
/third_party/pulseaudio/src/utils/
Dpacmd.c288 } 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/
Dselect.c293 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()
Dselect.h46 #define POLLHUP 0x10 macro
/third_party/libwebsockets/include/libwebsockets/
Dlws-freertos.h56 #define POLLHUP 0x0010 macro
/third_party/skia/third_party/externals/tint/src/utils/io/
Dcommand_posix.cc218 if (poll_fds[0].revents & POLLHUP) { in Exec()
227 if (poll_fds[1].revents & POLLHUP) { in Exec()
/third_party/toybox/lib/
Dnet.c116 if (len<1) pollfds[i].revents = POLLHUP; in pollinate()
119 if (pollfds[i].revents & POLLHUP) { in pollinate()
/third_party/toybox/toys/other/
Dwatch.c144 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/
Dpoll.h16 #define POLLHUP 0x010 macro
/third_party/musl/include/
Dpoll.h16 #define POLLHUP 0x010 macro
/third_party/musl/ndk_musl_include/
Dpoll.h16 #define POLLHUP 0x010 macro
/third_party/musl/porting/uniproton/kernel/include/
Dpoll.h16 #define POLLHUP 0x010 macro
/third_party/musl/porting/linux/user/include/
Dpoll.h16 #define POLLHUP 0x010 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dpoll.h16 #define POLLHUP 0x010 macro
/third_party/musl/libc-test/src/api/
Dpoll.c22 C(POLLHUP) in f()
/third_party/musl/porting/liteos_a/kernel/include/
Dpoll.h16 #define POLLHUP 0x010 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/
Dpoll.h16 #define POLLHUP 0x010 macro
/third_party/alsa-lib/aserver/
Daserver.c352 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/
Dlibwebsockets.h399 #define LWS_POLLHUP (POLLHUP)
521 #define LWS_POLLHUP (POLLHUP | POLLERR)
/third_party/libuv/src/unix/
Depoll.c345 pe->events &= w->pevents | POLLERR | POLLHUP; in uv__io_poll()
362 if (pe->events == POLLERR || pe->events == POLLHUP) in uv__io_poll()

123