Home
last modified time | relevance | path

Searched refs:do_poll (Results 1 – 25 of 210) sorted by relevance

123456789

/dports/www/squid/squid-4.15/src/comm/
H A DModDevPoll.cc85 static struct dvpoll do_poll; /**< data struct for storing poll results */ variable
187 do_poll.dp_fds = (struct pollfd *)xcalloc( in SelectLoopInit()
325 do_poll.dp_timeout = msec; in DoSelect()
326 do_poll.dp_nfds = dpoll_nfds; in DoSelect()
330 num = ioctl(devpoll_fd, DP_POLL, &do_poll); in DoSelect()
356 int fd = (int)do_poll.dp_fds[i].fd; in DoSelect()
362 << ",events=" << std::hex << do_poll.dp_fds[i].revents in DoSelect()
369 if (do_poll.dp_fds[i].revents & (POLLERR | POLLHUP | POLLNVAL)) { in DoSelect()
379 if (do_poll.dp_fds[i].revents & POLLIN || F->flags.read_pending) { in DoSelect()
404 if (do_poll.dp_fds[i].revents & POLLOUT) { in DoSelect()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/test/thread/
H A Dags_worker_thread_test.c68 ptr = AGS_WORKER_THREAD_GET_CLASS(worker_thread)->do_poll; in ags_worker_thread_test_do_poll()
69 AGS_WORKER_THREAD_GET_CLASS(worker_thread)->do_poll = ags_worker_thread_test_stub_do_poll; in ags_worker_thread_test_do_poll()
75 AGS_WORKER_THREAD_GET_CLASS(worker_thread)->do_poll = ptr; in ags_worker_thread_test_do_poll()
/dports/audio/ardour6/Ardour-6.8.0/libs/backends/alsa/
H A Dalsa_sequencer.cc238 bool do_poll = true; local
244 if (do_poll) {
266 do_poll = true;
271 do_poll = true;
286 do_poll = (0 == err);
/dports/net/gsk/gsk-1.0.63/src/
H A Dgskpacketqueuefd.c242 gboolean do_poll) in gsk_packet_queue_fd_set_poll_read() argument
245 if (do_poll) in gsk_packet_queue_fd_set_poll_read()
253 gboolean do_poll) in gsk_packet_queue_fd_set_poll_write() argument
256 if (do_poll) in gsk_packet_queue_fd_set_poll_write()
294 gboolean do_poll) in gsk_packet_queue_fd_set_poll_read() argument
297 if (do_poll) in gsk_packet_queue_fd_set_poll_read()
304 gboolean do_poll) in gsk_packet_queue_fd_set_poll_write() argument
307 if (do_poll) in gsk_packet_queue_fd_set_poll_write()
H A Dgskstreamwatchdog.c56 gboolean do_poll) in gsk_stream_watchdog_set_poll_read() argument
61 if (do_poll) in gsk_stream_watchdog_set_poll_read()
114 gboolean do_poll) in gsk_stream_watchdog_set_poll_write() argument
119 if (do_poll) in gsk_stream_watchdog_set_poll_write()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/ndbapi/
H A Dtrp_client.cpp100 trp_client::do_poll(Uint32 to) in do_poll() function in trp_client
102 m_facade->do_poll(this, to); in do_poll()
224 m_clnt->do_poll(wait_time); in wait_for_input()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/ndbapi/
H A Dtrp_client.cpp100 trp_client::do_poll(Uint32 to) in do_poll() function in trp_client
102 m_facade->do_poll(this, to); in do_poll()
224 m_clnt->do_poll(wait_time); in wait_for_input()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/ndbapi/
H A Dtrp_client.cpp100 trp_client::do_poll(Uint32 to) in do_poll() function in trp_client
102 m_facade->do_poll(this, to); in do_poll()
224 m_clnt->do_poll(wait_time); in wait_for_input()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/ndbapi/
H A Dtrp_client.cpp100 trp_client::do_poll(Uint32 to) in do_poll() function in trp_client
102 m_facade->do_poll(this, to); in do_poll()
224 m_clnt->do_poll(wait_time); in wait_for_input()
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/ndbapi/
H A Dtrp_client.cpp100 trp_client::do_poll(Uint32 to) in do_poll() function in trp_client
102 m_facade->do_poll(this, to); in do_poll()
224 m_clnt->do_poll(wait_time); in wait_for_input()
/dports/finance/electrum/Electrum-4.1.5/packages/pip/_vendor/urllib3/util/
H A Dwait.py102 def do_poll(t): function
107 return bool(_retry_on_intr(do_poll, timeout))
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/urllib3/util/
H A Dwait.py102 def do_poll(t): function
107 return bool(_retry_on_intr(do_poll, timeout))
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/urllib3/util/
H A Dwait.py99 def do_poll(t): function
104 return bool(_retry_on_intr(do_poll, timeout))
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/urllib3/util/
H A Dwait.py102 def do_poll(t): function
107 return bool(_retry_on_intr(do_poll, timeout))
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/pip/_vendor/urllib3/util/
H A Dwait.py99 def do_poll(t): function
104 return bool(_retry_on_intr(do_poll, timeout))
/dports/editors/cudatext/CudaText-1.151.0/app/py/sys/urllib3/util/
H A Dwait.py102 def do_poll(t): function
107 return bool(_retry_on_intr(do_poll, timeout))
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/third_party/urllib3/util/
H A Dwait.py102 def do_poll(t): function
107 return bool(_retry_on_intr(do_poll, timeout))
/dports/www/firefox/firefox-99.0/third_party/python/urllib3/urllib3/util/
H A Dwait.py102 def do_poll(t): function
107 return bool(_retry_on_intr(do_poll, timeout))
/dports/www/firefox/firefox-99.0/third_party/python/pip/pip/_vendor/urllib3/util/
H A Dwait.py102 def do_poll(t): function
107 return bool(_retry_on_intr(do_poll, timeout))
/dports/net/py-urllib3/stage/usr/local/lib/python3.8/site-packages/urllib3/util/
H A Dwait.py102 def do_poll(t): function
107 return bool(_retry_on_intr(do_poll, timeout))
/dports/net/py-urllib3/urllib3-1.26.7/build/lib/urllib3/util/
H A Dwait.py102 def do_poll(t): function
107 return bool(_retry_on_intr(do_poll, timeout))
/dports/net/py-urllib3/urllib3-1.26.7/src/urllib3/util/
H A Dwait.py102 def do_poll(t): function
107 return bool(_retry_on_intr(do_poll, timeout))
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/urllib3/urllib3/util/
H A Dwait.py102 def do_poll(t): function
107 return bool(_retry_on_intr(do_poll, timeout))
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/py/sys/urllib3/util/
H A Dwait.py102 def do_poll(t): function
107 return bool(_retry_on_intr(do_poll, timeout))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/urllib3/urllib3/util/
H A Dwait.py99 def do_poll(t): function
104 return bool(_retry_on_intr(do_poll, timeout))

123456789