Home
last modified time | relevance | path

Searched refs:events_pending (Results 1 – 25 of 343) sorted by relevance

12345678910>>...14

/dports/multimedia/quodlibet/quodlibet-4.3.0/tests/
H A Dtest_qltk_ccb.py27 while Gtk.events_pending():
35 while Gtk.events_pending():
41 while Gtk.events_pending():
59 while Gtk.events_pending():
67 while Gtk.events_pending():
73 while Gtk.events_pending():
H A Dtest_util_thread.py33 while Gtk.events_pending():
38 while Gtk.events_pending():
59 while Gtk.events_pending():
H A Dhelper.py169 while Gtk.events_pending():
179 while Gtk.events_pending():
205 while Gtk.events_pending():
210 while Gtk.events_pending():
218 while Gtk.events_pending():
H A Dtest_qltk_properties.py55 while Gtk.events_pending():
62 while Gtk.events_pending():
/dports/security/clamtk/clamtk-1f026f0/lib/
H A DScan.pm139 Gtk3::main_iteration while Gtk3::events_pending;
142 Gtk3::main_iteration while Gtk3::events_pending;
194 Gtk3::main_iteration while Gtk3::events_pending;
374 Gtk3::main_iteration while Gtk3::events_pending;
378 Gtk3::main_iteration while Gtk3::events_pending;
382 Gtk3::main_iteration while Gtk3::events_pending;
411 Gtk3::main_iteration while Gtk3::events_pending;
415 Gtk3::main_iteration while Gtk3::events_pending;
482 Gtk3::main_iteration while Gtk3::events_pending;
647 Gtk3::main_iteration while Gtk3::events_pending;
[all …]
/dports/devel/ivykis/ivykis-0.42.4/src/
H A Div_event.c40 if (iv_list_empty(&st->events_pending)) { in __iv_event_run_pending_events()
45 __iv_list_steal_elements(&st->events_pending, &events); in __iv_event_run_pending_events()
83 INIT_IV_LIST_HEAD(&st->events_pending); in iv_event_init()
154 if (iv_list_empty(&dst->events_pending)) in iv_event_post()
156 iv_list_add_tail(&this->list, &dst->events_pending); in iv_event_post()
H A Div_wait.c146 iv_list_add_tail(&we->list, &p->events_pending); in iv_wait_got_sigchld()
208 __iv_list_steal_elements(&this->events_pending, &events); in iv_wait_completion()
244 INIT_IV_LIST_HEAD(&this->events_pending); in __iv_wait_interest_register()
267 while (!iv_list_empty(&this->events_pending)) { in __iv_wait_interest_unregister()
270 we = iv_container_of(this->events_pending.next, in __iv_wait_interest_unregister()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/ivykis/src/
H A Div_event.c40 if (iv_list_empty(&st->events_pending)) { in __iv_event_run_pending_events()
45 __iv_list_steal_elements(&st->events_pending, &events); in __iv_event_run_pending_events()
83 INIT_IV_LIST_HEAD(&st->events_pending); in iv_event_init()
154 if (iv_list_empty(&dst->events_pending)) in iv_event_post()
156 iv_list_add_tail(&this->list, &dst->events_pending); in iv_event_post()
H A Div_wait.c146 iv_list_add_tail(&we->list, &p->events_pending); in iv_wait_got_sigchld()
208 __iv_list_steal_elements(&this->events_pending, &events); in iv_wait_completion()
244 INIT_IV_LIST_HEAD(&this->events_pending); in __iv_wait_interest_register()
267 while (!iv_list_empty(&this->events_pending)) { in __iv_wait_interest_unregister()
270 we = iv_container_of(this->events_pending.next, in __iv_wait_interest_unregister()
/dports/editors/jucipp/jucipp-b3b5182258b25835e7c5f683623ab774d8e34c75/tests/
H A Dsource_key_test.cpp29 while(Gtk::Main::events_pending()) in main()
38 while(Gtk::Main::events_pending()) in main()
47 while(Gtk::Main::events_pending()) in main()
56 while(Gtk::Main::events_pending()) in main()
69 while(Gtk::Main::events_pending()) in main()
87 while(Gtk::Main::events_pending()) in main()
105 while(Gtk::Main::events_pending()) in main()
126 while(Gtk::Main::events_pending()) in main()
147 while(Gtk::Main::events_pending()) in main()
476 while(Gtk::Main::events_pending()) in main()
[all …]
H A Dterminal_test.cpp307 while(Gtk::Main::events_pending()) in main()
326 while(Gtk::Main::events_pending()) in main()
341 while(Gtk::Main::events_pending()) in main()
359 while(Gtk::Main::events_pending()) in main()
371 while(Gtk::Main::events_pending()) in main()
380 while(Gtk::Main::events_pending()) in main()
387 while(Gtk::Main::events_pending()) in main()
396 while(Gtk::Main::events_pending()) in main()
427 while(Gtk::Main::events_pending()) in main()
/dports/security/nmap/nmap-7.91/nsock/src/
H A Dnsock_iod.c194 if (nsi->events_pending > 0) { in nsock_iod_delete()
201 …ENDING_ERROR on a nsock_iod that has %d pending event(s) associated with it", nsi->events_pending); in nsock_iod_delete()
219 for (i = 0; i < NUM_EVT_TYPES && nsi->events_pending > 0; i++) { in nsock_iod_delete()
235 if (nsi->events_pending != 0) in nsock_iod_delete()
236 …NSI, but could not find %d of the purportedly pending events on that IOD.\n", nsi->events_pending); in nsock_iod_delete()
H A Dnsock_event.c363 nsp->events_pending--; in event_dispatch_and_delete()
364 assert(nsp->events_pending >= 0); in event_dispatch_and_delete()
367 nse->iod->events_pending--; in event_dispatch_and_delete()
368 assert(nse->iod->events_pending >= 0); in event_dispatch_and_delete()
424 iod->events_pending++; in event_new()
/dports/security/ncrack/ncrack-0.7/nsock/src/
H A Dnsock_iod.c194 if (nsi->events_pending > 0) { in nsock_iod_delete()
201 …ENDING_ERROR on a nsock_iod that has %d pending event(s) associated with it", nsi->events_pending); in nsock_iod_delete()
219 for (i = 0; i < NUM_EVT_TYPES && nsi->events_pending > 0; i++) { in nsock_iod_delete()
235 if (nsi->events_pending != 0) in nsock_iod_delete()
236 …NSI, but could not find %d of the purportedly pending events on that IOD.\n", nsi->events_pending); in nsock_iod_delete()
H A Dnsock_event.c363 nsp->events_pending--; in event_dispatch_and_delete()
364 assert(nsp->events_pending >= 0); in event_dispatch_and_delete()
367 nse->iod->events_pending--; in event_dispatch_and_delete()
368 assert(nse->iod->events_pending >= 0); in event_dispatch_and_delete()
424 iod->events_pending++; in event_new()
/dports/devel/libunit/unit-1.26.1/src/
H A Dnxt_conn_close.c97 nxt_uint_t events_pending, timers_pending; in nxt_conn_close_handler() local
116 events_pending = nxt_fd_event_close(engine, &c->socket); in nxt_conn_close_handler()
118 if (events_pending == 0) { in nxt_conn_close_handler()
/dports/www/unit/unit-1.26.1/src/
H A Dnxt_conn_close.c97 nxt_uint_t events_pending, timers_pending; in nxt_conn_close_handler() local
116 events_pending = nxt_fd_event_close(engine, &c->socket); in nxt_conn_close_handler()
118 if (events_pending == 0) { in nxt_conn_close_handler()
/dports/www/unit-php/unit-1.26.1/src/
H A Dnxt_conn_close.c97 nxt_uint_t events_pending, timers_pending; in nxt_conn_close_handler() local
116 events_pending = nxt_fd_event_close(engine, &c->socket); in nxt_conn_close_handler()
118 if (events_pending == 0) { in nxt_conn_close_handler()
/dports/www/unit-python/unit-1.26.1/src/
H A Dnxt_conn_close.c97 nxt_uint_t events_pending, timers_pending; in nxt_conn_close_handler() local
116 events_pending = nxt_fd_event_close(engine, &c->socket); in nxt_conn_close_handler()
118 if (events_pending == 0) { in nxt_conn_close_handler()
/dports/www/unit-perl/unit-1.26.1/src/
H A Dnxt_conn_close.c97 nxt_uint_t events_pending, timers_pending; in nxt_conn_close_handler() local
116 events_pending = nxt_fd_event_close(engine, &c->socket); in nxt_conn_close_handler()
118 if (events_pending == 0) { in nxt_conn_close_handler()
/dports/www/unit-java/unit-1.26.1/src/
H A Dnxt_conn_close.c97 nxt_uint_t events_pending, timers_pending; in nxt_conn_close_handler() local
116 events_pending = nxt_fd_event_close(engine, &c->socket); in nxt_conn_close_handler()
118 if (events_pending == 0) { in nxt_conn_close_handler()
/dports/multimedia/dvdrip/dvdrip-0.98.11/lib/Video/DVDRip/GUI/
H A DExecFlow.pm94 Gtk2->main_iteration while Gtk2->events_pending;
120 Gtk2->main_iteration while Gtk2->events_pending;
196 Gtk2->main_iteration while Gtk2->events_pending;
/dports/devel/glib20/glib-2.70.4/gio/tests/
H A Dgsubprocess.c392 guint events_pending; member
449 data.events_pending++; in test_cat_utf8()
453 data.events_pending++; in test_cat_utf8()
535 guint events_pending; member
666 data.events_pending++; in test_multi_1()
669 data.events_pending++; in test_multi_1()
672 data.events_pending++; in test_multi_1()
676 data.events_pending++; in test_multi_1()
679 data.events_pending++; in test_multi_1()
681 data.events_pending++; in test_multi_1()
[all …]
/dports/games/hexxagon/hexxagon-1.0.2/src/gui/
H A Dgtkhexxagonboardplay.cpp100 while(Gtk::Main::events_pending()) in on_cell_press_event()
137 while(Gtk::Main::events_pending()) in animateMove()
H A Dgamemodel.cpp36 while(Gtk::Main::events_pending()) in callGtk()
91 while(Gtk::Main::events_pending()) in computerMove()

12345678910>>...14