Searched refs:except_fds (Results 1 – 4 of 4) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | core-util.h | 209 int pa_close_allv(const int except_fds[]);
|
D | core-util.c | 2571 int pa_close_allv(const int except_fds[]) { in pa_close_allv() argument 2616 for (i = 0; except_fds[i] >= 0; i++) in pa_close_allv() 2617 if (except_fds[i] == fd) { in pa_close_allv() 2650 for (i = 0; except_fds[i] >= 0; i++) in pa_close_allv() 2651 if (except_fds[i] == fd) { in pa_close_allv()
|
/third_party/boost/boost/asio/detail/impl/ |
D | socket_ops.ipp | 564 fd_set except_fds; 565 FD_ZERO(&except_fds); 566 FD_SET(s, &except_fds); 570 int ready = ::select(s + 1, 0, &write_fds, &except_fds, &zero_timeout); 2373 fd_set except_fds; 2374 FD_ZERO(&except_fds); 2375 FD_SET(s, &except_fds); 2386 int result = ::select(s + 1, 0, &write_fds, &except_fds, timeout);
|
/third_party/boost/libs/asio/include/boost/asio/detail/impl/ |
D | socket_ops.ipp | 564 fd_set except_fds; 565 FD_ZERO(&except_fds); 566 FD_SET(s, &except_fds); 570 int ready = ::select(s + 1, 0, &write_fds, &except_fds, &zero_timeout); 2373 fd_set except_fds; 2374 FD_ZERO(&except_fds); 2375 FD_SET(s, &except_fds); 2386 int result = ::select(s + 1, 0, &write_fds, &except_fds, timeout);
|