Home
last modified time | relevance | path

Searched refs:next_pending (Results 1 – 25 of 98) sorted by relevance

1234

/dports/www/firefox-esr/firefox-91.8.0/js/src/gdb/
H A Dtaskpool.py76 self.next_pending = next(self.pending, None)
83 while len(running) < self.job_limit and self.next_pending:
84 task = self.next_pending
103 self.next_pending = next(self.pending, None)
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gdb/
H A Dtaskpool.py76 self.next_pending = next(self.pending, None)
83 while len(running) < self.job_limit and self.next_pending:
84 task = self.next_pending
98 self.next_pending = next(self.pending, None)
/dports/www/firefox/firefox-99.0/js/src/gdb/
H A Dtaskpool.py76 self.next_pending = next(self.pending, None)
83 while len(running) < self.job_limit and self.next_pending:
84 task = self.next_pending
103 self.next_pending = next(self.pending, None)
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gdb/
H A Dtaskpool.py76 self.next_pending = next(self.pending, None)
83 while len(running) < self.job_limit and self.next_pending:
84 task = self.next_pending
103 self.next_pending = next(self.pending, None)
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gdb/
H A Dtaskpool.py66 self.next_pending = self.get_next_pending()
80 while len(running) < self.job_limit and self.next_pending:
81 t = self.next_pending
95 self.next_pending = self.get_next_pending()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gdb/
H A Dtaskpool.py66 self.next_pending = self.get_next_pending()
80 while len(running) < self.job_limit and self.next_pending:
81 t = self.next_pending
95 self.next_pending = self.get_next_pending()
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/EVPath/EVPath/
H A Dcmenet.c145 struct enet_connection_data *next_pending; member
305 last->next_pending = enet_connection_data->next_pending; in enet_service_network()
307 ecd->pending_connections = enet_connection_data->next_pending; in enet_service_network()
309 enet_connection_data->next_pending = NULL; in enet_service_network()
312 enet_connection_data = enet_connection_data->next_pending; in enet_service_network()
708 ret->next_pending = ecd->pending_connections; in INTERFACE_NAME()
736 last->next_pending = enet_conn_data->next_pending; in INTERFACE_NAME()
738 ecd->pending_connections = enet_conn_data->next_pending; in INTERFACE_NAME()
740 enet_conn_data->next_pending = NULL; in INTERFACE_NAME()
744 enet_conn_data = enet_conn_data->next_pending; in INTERFACE_NAME()
/dports/net/rdesktop/rdesktop-1.9.0/
H A Drdpsnd.c606 long next_pending; in rdpsnd_add_fds() local
611 next_pending = rdpsnd_queue_next_completion(); in rdpsnd_add_fds()
612 if (next_pending >= 0) in rdpsnd_add_fds()
617 if (cur_timeout > next_pending) in rdpsnd_add_fds()
619 tv->tv_sec = next_pending / 1000000; in rdpsnd_add_fds()
620 tv->tv_usec = next_pending % 1000000; in rdpsnd_add_fds()
/dports/www/py-pywikibot/pywikibot-6.6.3/pywikibot/
H A Ddiff.py429 next_pending = find_pending(position + 1, len(super_hunks))
433 if next_pending is not None:
454 if next_pending is not None:
455 position = next_pending
516 assert next_pending is not None
517 position = next_pending
/dports/net-im/prosody/prosody-0.11.13/util/
H A Dpromise.lua30 local function next_pending(self, on_fulfilled, on_rejected, resolve, reject) function
78 …local p = setmetatable({ _state = "pending", _next = next_pending, _pending_on_fulfilled = {}, _pe…
/dports/net-p2p/jigdo/jigdo-0.7.3/src/net/
H A Dlibwww-HTHost.c1312 HTNet * next_pending = NULL; in HTHost_connect() local
1314 host->lock = (next_pending = HTList_firstObject(host->pending)) ? in HTHost_connect()
1315 next_pending : net; in HTHost_connect()
1334 HTNet * next_pending = NULL; in HTHost_connect() local
1335 if ((next_pending = HTList_firstObject(host->pending))) { in HTHost_connect()
1337 host _ next_pending); in HTHost_connect()
1338 host->lock = next_pending; in HTHost_connect()
1413 HTNet * next_pending = NULL; in HTHost_accept() local
1414 if ((next_pending = HTList_firstObject(host->pending))) { in HTHost_accept()
1416 host _ next_pending); in HTHost_accept()
[all …]
/dports/www/libwww/w3c-libwww-5.4.2/Library/src/
H A DHTHost.c1311 HTNet * next_pending = NULL; in HTHost_connect() local
1313 host->lock = (next_pending = HTList_firstObject(host->pending)) ? in HTHost_connect()
1314 next_pending : net; in HTHost_connect()
1333 HTNet * next_pending = NULL; in HTHost_connect() local
1334 if ((next_pending = HTList_firstObject(host->pending))) { in HTHost_connect()
1336 host _ next_pending); in HTHost_connect()
1337 host->lock = next_pending; in HTHost_connect()
1412 HTNet * next_pending = NULL; in HTHost_accept() local
1413 if ((next_pending = HTList_firstObject(host->pending))) { in HTHost_accept()
1415 host _ next_pending); in HTHost_accept()
[all …]
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dgraph.py1017 next_pending = set()
1020 next_pending.update(p for p in item[1] if p not in processed)
1024 pending = next_pending
1508 next_pending = all_seen.intersection(
1510 seen_ancestors.update(next_pending)
1511 next_pending.difference_update(not_searched_yet)
1512 pending = next_pending
/dports/net/mpich2/mpich2-1.5/src/mpi/pt2pt/
H A Dbsendutil.c479 MPIR_Bsend_data_t *pending = BsendBuffer.pending, *next_pending; in MPIR_Bsend_retry_pending() local
482 next_pending = pending->next; in MPIR_Bsend_retry_pending()
485 pending = next_pending; in MPIR_Bsend_retry_pending()
/dports/net/mpich/mpich-3.4.3/src/mpi/pt2pt/
H A Dbsendutil.c496 MPII_Bsend_data_t *pending = BsendBuffer.pending, *next_pending; in MPIR_Bsend_retry_pending() local
499 next_pending = pending->next; in MPIR_Bsend_retry_pending()
502 pending = next_pending; in MPIR_Bsend_retry_pending()
/dports/editors/rehex/rehex-0.4.0/src/
H A DStringPanel.cpp219 auto next_pending = pending.find_first_in(search_base, std::numeric_limits<off_t>::max()); in update() local
220 continue_button->Enable(next_pending != pending.end()); in update()
975 auto next_pending = pending.find_first_in(search_base, std::numeric_limits<off_t>::max()); in OnContinue() local
976 assert(next_pending != pending.end()); in OnContinue()
978 search_base = next_pending->offset; in OnContinue()
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/libuv/include/
H A Duv-win.h355 struct uv_pipe_accept_s* next_pending; \
364 struct uv_tcp_accept_s* next_pending; \
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/server/
H A Dfailover.c2843 if (lp -> next_pending) { in dhcp_failover_send_updates()
2845 lp -> next_pending, MDL); in dhcp_failover_send_updates()
2860 if (lp -> next_pending) { in dhcp_failover_send_updates()
2906 if (lease -> next_pending) { in dhcp_failover_queue_update()
3015 if (lease -> next_pending) { in dhcp_failover_ack_queue_remove()
3017 lease -> next_pending, MDL); in dhcp_failover_ack_queue_remove()
3025 lp = lp -> next_pending) in dhcp_failover_ack_queue_remove()
3032 if (lease -> next_pending) { in dhcp_failover_ack_queue_remove()
3033 lease_reference (&lp -> next_pending, in dhcp_failover_ack_queue_remove()
3034 lease -> next_pending, MDL); in dhcp_failover_ack_queue_remove()
[all …]
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/server/
H A Dfailover.c2843 if (lp -> next_pending) { in dhcp_failover_send_updates()
2845 lp -> next_pending, MDL); in dhcp_failover_send_updates()
2860 if (lp -> next_pending) { in dhcp_failover_send_updates()
2906 if (lease -> next_pending) { in dhcp_failover_queue_update()
3015 if (lease -> next_pending) { in dhcp_failover_ack_queue_remove()
3017 lease -> next_pending, MDL); in dhcp_failover_ack_queue_remove()
3025 lp = lp -> next_pending) in dhcp_failover_ack_queue_remove()
3032 if (lease -> next_pending) { in dhcp_failover_ack_queue_remove()
3033 lease_reference (&lp -> next_pending, in dhcp_failover_ack_queue_remove()
3034 lease -> next_pending, MDL); in dhcp_failover_ack_queue_remove()
[all …]
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/server/
H A Dfailover.c2843 if (lp -> next_pending) { in dhcp_failover_send_updates()
2845 lp -> next_pending, MDL); in dhcp_failover_send_updates()
2860 if (lp -> next_pending) { in dhcp_failover_send_updates()
2906 if (lease -> next_pending) { in dhcp_failover_queue_update()
3015 if (lease -> next_pending) { in dhcp_failover_ack_queue_remove()
3017 lease -> next_pending, MDL); in dhcp_failover_ack_queue_remove()
3025 lp = lp -> next_pending) in dhcp_failover_ack_queue_remove()
3032 if (lease -> next_pending) { in dhcp_failover_ack_queue_remove()
3033 lease_reference (&lp -> next_pending, in dhcp_failover_ack_queue_remove()
3034 lease -> next_pending, MDL); in dhcp_failover_ack_queue_remove()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/third_party/libevent/
H A Devdns.c274 struct server_request *next_pending; member
1748 req->next_pending = port->pending_replies; in evdns_server_request_respond()
1749 req->prev_pending->next_pending = in evdns_server_request_respond()
1750 req->next_pending->prev_pending = req; in evdns_server_request_respond()
1752 req->prev_pending = req->next_pending = req; in evdns_server_request_respond()
1817 if (req->next_pending) in server_request_free()
1818 req->port->pending_replies = req->next_pending; in server_request_free()
1831 if (req->next_pending && req->next_pending != req) { in server_request_free()
1832 req->next_pending->prev_pending = req->prev_pending; in server_request_free()
1833 req->prev_pending->next_pending = req->next_pending; in server_request_free()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/third_party/libevent/
H A Devdns.c274 struct server_request *next_pending; member
1748 req->next_pending = port->pending_replies; in evdns_server_request_respond()
1749 req->prev_pending->next_pending = in evdns_server_request_respond()
1750 req->next_pending->prev_pending = req; in evdns_server_request_respond()
1752 req->prev_pending = req->next_pending = req; in evdns_server_request_respond()
1817 if (req->next_pending) in server_request_free()
1818 req->port->pending_replies = req->next_pending; in server_request_free()
1831 if (req->next_pending && req->next_pending != req) { in server_request_free()
1832 req->next_pending->prev_pending = req->prev_pending; in server_request_free()
1833 req->prev_pending->next_pending = req->next_pending; in server_request_free()
/dports/archivers/maxcso/maxcso-1.10.0/libuv/include/
H A Duv-win.h390 struct uv_pipe_accept_s* next_pending; \
399 struct uv_tcp_accept_s* next_pending; \
/dports/sysutils/R-cran-fs/fs/src/libuv-1.38.1/include/uv/
H A Dwin.h402 struct uv_pipe_accept_s* next_pending; \
411 struct uv_tcp_accept_s* next_pending; \
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmlibuv/include/uv/
H A Dwin.h420 struct uv_pipe_accept_s* next_pending; \
429 struct uv_tcp_accept_s* next_pending; \

1234