| /src/external/mpl/bind/dist/tests/isc/ |
| loop_test.c | 63 isc_loop_setup(mainloop, shutdown_loopmgr, loopmgr); 106 isc_loop_setup(mainloop, pause_loopmgr, loopmgr); 107 isc_loop_setup(mainloop, shutdown_loopmgr, loopmgr); 119 isc_loop_setup(mainloop, send_sigint, loopmgr); 131 isc_loop_setup(mainloop, send_sigterm, loopmgr);
|
| ratelimiter_test.c | 46 expect_assert_failure(isc_ratelimiter_create(mainloop, NULL)); 49 isc_ratelimiter_create(mainloop, &rl); 98 isc_ratelimiter_create(mainloop, &rl); 113 result = isc_ratelimiter_enqueue(rl, mainloop, tick, rlstat, 134 isc_ratelimiter_enqueue(NULL, mainloop, tick, NULL, &event)); 138 isc_ratelimiter_enqueue(rl, mainloop, tick, NULL, NULL)); 140 assert_int_equal(isc_ratelimiter_enqueue(rl, mainloop, tick, rlstat, 148 isc_ratelimiter_enqueue(rl, mainloop, tick, NULL, &event), 167 assert_int_equal(isc_ratelimiter_enqueue(rl, mainloop, tick, rlstat, 176 isc_loop_attach(mainloop, &fake->loop) [all...] |
| job_test.c | 118 isc_job_run(mainloop, &n1.job, append, &n1); 119 isc_job_run(mainloop, &n2.job, append, &n2); 120 isc_job_run(mainloop, &n3.job, append, &n3); 121 isc_job_run(mainloop, &n4.job, append, &n4); 122 isc_job_run(mainloop, &n5.job, append, &n5);
|
| timer_test.c | 75 isc_timer_create(mainloop, action, (void *)timertype, &timer); 93 isc_loop_setup(mainloop, setup_test_run, &arg); 397 isc_timer_create(mainloop, tick_event, NULL, &tickertimer); 404 isc_timer_create(mainloop, once_event, NULL, &oncetimer); 444 isc_timer_create(mainloop, timer_event, NULL, &timer); 464 isc_timer_create(mainloop, timer_event, NULL, &timer); 485 isc_timer_create(mainloop, timer_event, NULL, &timer); 499 isc_timer_create(mainloop, timer_event, NULL, &timer); 515 isc_timer_create(mainloop, timer_event, NULL, &timer);
|
| stream_shutdown.c | 95 isc_loop_teardown(mainloop, stop_listening, listen_sock); 210 isc_loop_teardown(mainloop, stop_listening, listen_sock);
|
| tcpdns_test.c | 61 isc_loop_teardown(mainloop, stop_listening, listen_sock);
|
| tlsdns_test.c | 61 isc_loop_teardown(mainloop, stop_listening, listen_sock);
|
| /src/external/mpl/bind/dist/tests/libtest/ |
| isc.c | 39 isc_loop_t *mainloop = NULL; variable 97 mainloop = isc_loop_main(loopmgr); 106 mainloop = NULL;
|
| /src/external/bsd/wpa/dist/wpa_supplicant/examples/ |
| dbus-listen-preq.py | 8 from dbus.mainloop.glib import DBusGMainLoop 41 dbus.mainloop.glib.DBusGMainLoop(set_as_default=True) 66 gobject.MainLoop().run()
|
| wpas-dbus-new-wps.py | 7 from dbus.mainloop.glib import DBusGMainLoop 37 dbus.mainloop.glib.DBusGMainLoop(set_as_default=True) 76 gobject.MainLoop().run()
|
| wpas-dbus-new.py | 7 from dbus.mainloop.glib import DBusGMainLoop 97 dbus.mainloop.glib.DBusGMainLoop(set_as_default=True) 143 gobject.MainLoop().run()
|
| wpas-dbus-new-signals.py | 7 from dbus.mainloop.glib import DBusGMainLoop 86 gobject.MainLoop().quit() 127 dbus.mainloop.glib.DBusGMainLoop(set_as_default=True) 199 gobject.MainLoop().run()
|
| /src/external/mpl/bind/dist/tests/include/tests/ |
| isc.h | 37 extern isc_loop_t *mainloop; 148 isc_loop_setup(mainloop, setup_loop, state); \ 151 isc_loop_teardown(mainloop, teardown_loop, state); \ 153 isc_loop_setup(mainloop, loop_test_##name, state); \
|
| /src/external/mpl/bind/dist/tests/ns/ |
| notify_test.c | 119 isc_loop_teardown(mainloop, shutdown_interfacemgr, NULL);
|
| /src/external/bsd/wpa/dist/wpa_supplicant/examples/p2p/ |
| p2p_disconnect.py | 12 from dbus.mainloop.glib import DBusGMainLoop 103 # Allows other threads to keep working while MainLoop runs 105 gobject.MainLoop().get_context().iteration(True) 108 gobject.MainLoop().run()
|
| p2p_find.py | 13 from dbus.mainloop.glib import DBusGMainLoop 116 # Allows other threads to keep working while MainLoop runs 118 gobject.MainLoop().get_context().iteration(True) 120 gobject.MainLoop().run()
|
| p2p_flush.py | 13 from dbus.mainloop.glib import DBusGMainLoop 103 # Allows other threads to keep working while MainLoop runs 105 gobject.MainLoop().get_context().iteration(True) 108 gobject.MainLoop().run()
|
| p2p_group_add.py | 11 from dbus.mainloop.glib import DBusGMainLoop 148 # Allows other threads to keep working while MainLoop runs 150 gobject.MainLoop().get_context().iteration(True) 152 gobject.MainLoop().run()
|
| p2p_invite.py | 11 from dbus.mainloop.glib import DBusGMainLoop 134 # Allows other threads to keep working while MainLoop runs 136 gobject.MainLoop().get_context().iteration(True) 138 gobject.MainLoop().run()
|
| p2p_listen.py | 13 from dbus.mainloop.glib import DBusGMainLoop 106 # Allows other threads to keep working while MainLoop runs 108 gobject.MainLoop().get_context().iteration(True) 110 gobject.MainLoop().run()
|
| p2p_stop_find.py | 11 from dbus.mainloop.glib import DBusGMainLoop 108 # Allows other threads to keep working while MainLoop runs 110 gobject.MainLoop().get_context().iteration(True) 113 gobject.MainLoop().run()
|
| p2p_connect.py | 12 from dbus.mainloop.glib import DBusGMainLoop 218 gobject.MainLoop().run()
|
| /src/crypto/external/bsd/openssh/dist/ |
| smult_curve25519_ref.c | 127 static void mainloop(unsigned int work[64],const unsigned char e[32]) function 262 mainloop(work,e);
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| genmloop.sh | 26 # ??? Rename mainloop.in to engine.in? 114 # Specify the mainloop.in input file. 130 # - build mainloop.in from .cpu file 190 echo "mainloop.in not specified" >&2 292 echo "/* Functions defined in the generated mainloop.c file" 313 # transformation of @cpu@ for mainloop.in, so there's no need to use ${cpu} 454 /* ??? Later maybe paste read.c in when building mainloop.c. */ 472 /* ??? Later maybe paste sem-switch.c in when building mainloop.c. */ 655 /* ??? Later maybe paste sem-switch.c in when building mainloop.c. */ 767 /* ??? Later maybe paste read.c in when building mainloop.c. * [all...] |
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| genmloop.sh | 26 # ??? Rename mainloop.in to engine.in? 114 # Specify the mainloop.in input file. 130 # - build mainloop.in from .cpu file 190 echo "mainloop.in not specified" >&2 292 echo "/* Functions defined in the generated mainloop.c file" 313 # transformation of @cpu@ for mainloop.in, so there's no need to use ${cpu} 454 /* ??? Later maybe paste read.c in when building mainloop.c. */ 472 /* ??? Later maybe paste sem-switch.c in when building mainloop.c. */ 655 /* ??? Later maybe paste sem-switch.c in when building mainloop.c. */ 767 /* ??? Later maybe paste read.c in when building mainloop.c. * [all...] |