Home
last modified time | relevance | path

Searched refs:exit_requested (Results 1 – 25 of 96) sorted by relevance

1234

/dports/misc/visp/visp-3.4.0/tutorial/detection/face/
H A Dtutorial-face-detector.cpp57 bool exit_requested = false; in main() local
58 while (!g.end() && !exit_requested) { in main()
84 exit_requested = true; in main()
86 if (!exit_requested) in main()
/dports/dns/dnscrypt-wrapper/dnscrypt-wrapper-0.4.2/
H A Dpidfile.c3 static volatile sig_atomic_t exit_requested = 0; variable
25 if (exit_requested) in pidfile_sig_exit_handler()
27 exit_requested = 1; in pidfile_sig_exit_handler()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/examples/sources/threaded-random-generator/
H A Dthreaded-random-generator.c37 GAtomicCounter exit_requested; member
77 while (!g_atomic_counter_get(&self->exit_requested)) in _run()
101 g_atomic_counter_set(&self->exit_requested, TRUE); in _request_exit()
175 g_atomic_counter_set(&self->exit_requested, FALSE); in threaded_random_generator_sd_new()
/dports/emulators/qemu5/qemu-5.2.0/storage-daemon/
H A Dqemu-storage-daemon.c62 static volatile bool exit_requested = false; variable
66 exit_requested = true; in qemu_system_killed()
71 exit_requested = true; in qmp_quit()
313 while (!exit_requested) { in main()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/storage-daemon/
H A Dqemu-storage-daemon.c63 static volatile bool exit_requested = false; variable
67 exit_requested = true; in qemu_system_killed()
72 exit_requested = true; in qmp_quit()
344 while (!exit_requested) { in main()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/
H A Dqemu-storage-daemon.c62 static volatile bool exit_requested = false;
66 exit_requested = true;
71 exit_requested = true;
335 while (!exit_requested) {
/dports/emulators/qemu/qemu-6.2.0/storage-daemon/
H A Dqemu-storage-daemon.c63 static volatile bool exit_requested = false; variable
67 exit_requested = true; in qemu_system_killed()
72 exit_requested = true; in qmp_quit()
347 while (!exit_requested) { in main()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/
H A Dqemu-storage-daemon.c62 static volatile bool exit_requested = false; variable
66 exit_requested = true; in qemu_system_killed()
71 exit_requested = true; in qmp_quit()
335 while (!exit_requested) { in main()
/dports/emulators/qemu60/qemu-6.0.0/storage-daemon/
H A Dqemu-storage-daemon.c63 static volatile bool exit_requested = false; variable
67 exit_requested = true; in qemu_system_killed()
72 exit_requested = true; in qmp_quit()
344 while (!exit_requested) { in main()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/logthrsource/tests/
H A Dtest_logthrsourcedrv.c41 gboolean exit_requested; member
191 self->exit_requested = TRUE; in _request_exit()
214 cr_assert(s->exit_requested); in Test()
233 cr_assert(s->exit_requested); in Test()
/dports/shells/p5-Term-ShellUI/Term-ShellUI-0.92/examples/
H A Dsynopsis-big44 method => sub { shift->exit_requested(1); },
81 method => sub { shift->exit_requested(1); },
/dports/games/trigger-rally/trigger-rally-0.6.6.1/src/include/
H A Dapp.h71 bool exit_requested, screenshot_requested; variable
105 exit_requested = false; in appname()
205 exit_requested = true; in requestExit()
/dports/misc/urh/urh-2.9.2/src/urh/dev/native/
H A DRTLSDRTCP.py35 exit_requested = False
37 while not exit_requested:
41 exit_requested = True
44 if not exit_requested:
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/examples/eventloop/
H A Dc_eventloop.c55 static int exit_requested = 0; variable
127 if (exit_requested) { in expire_timers()
287 if (exit_requested) { in eventloop_run()
589 exit_requested = 1; in request_exit()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/examples/eventloop/
H A Dc_eventloop.c55 static int exit_requested = 0; variable
127 if (exit_requested) { in expire_timers()
287 if (exit_requested) { in eventloop_run()
589 exit_requested = 1; in request_exit()
/dports/security/py-exscript/exscript-2.6/Exscript/interpreter/
H A Dscope.py34 self.exit_requested = 0
40 self.exit_requested = 1
/dports/multimedia/librav1e/rav1e-0.5.1/src/bin/
H A Drav1e-ch.rs64 exit_requested: Arc<std::sync::atomic::AtomicBool>, field
74 let exit_requested = Arc::new(std::sync::atomic::AtomicBool::new(false)); localVariable
78 flag::register_conditional_shutdown(*sig, 1, Arc::clone(&exit_requested)).unwrap();
82 flag::register(*sig, Arc::clone(&exit_requested)).unwrap();
84 Self { limit, input, count: 0, exit_requested, }
102 if self.exit_requested.load(std::sync::atomic::Ordering::SeqCst) { in read_frame()
H A Drav1e.rs65 exit_requested: Arc<std::sync::atomic::AtomicBool>, field
75 let exit_requested = Arc::new(std::sync::atomic::AtomicBool::new(false)); localVariable
79 flag::register_conditional_shutdown(*sig, 1, Arc::clone(&exit_requested)).unwrap();
83 flag::register(*sig, Arc::clone(&exit_requested)).unwrap();
86 Self { limit, input, count: 0, exit_requested, }
105 if self.exit_requested.load(std::sync::atomic::Ordering::SeqCst) { in read_frame()
/dports/multimedia/rav1e/rav1e-0.5.1/src/bin/
H A Drav1e-ch.rs64 exit_requested: Arc<std::sync::atomic::AtomicBool>, field
74 let exit_requested = Arc::new(std::sync::atomic::AtomicBool::new(false)); localVariable
78 flag::register_conditional_shutdown(*sig, 1, Arc::clone(&exit_requested)).unwrap();
82 flag::register(*sig, Arc::clone(&exit_requested)).unwrap();
84 Self { limit, input, count: 0, exit_requested, }
102 if self.exit_requested.load(std::sync::atomic::Ordering::SeqCst) { in read_frame()
H A Drav1e.rs65 exit_requested: Arc<std::sync::atomic::AtomicBool>, field
75 let exit_requested = Arc::new(std::sync::atomic::AtomicBool::new(false)); localVariable
79 flag::register_conditional_shutdown(*sig, 1, Arc::clone(&exit_requested)).unwrap();
83 flag::register(*sig, Arc::clone(&exit_requested)).unwrap();
86 Self { limit, input, count: 0, exit_requested, }
105 if self.exit_requested.load(std::sync::atomic::Ordering::SeqCst) { in read_frame()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rav1e-0.4.1/src/bin/
H A Drav1e.rs63 exit_requested: Arc<std::sync::atomic::AtomicBool>, field
73 let exit_requested = Arc::new(std::sync::atomic::AtomicBool::new(false)); localVariable
77 flag::register_conditional_shutdown(*sig, 1, Arc::clone(&exit_requested)).unwrap();
81 flag::register(*sig, Arc::clone(&exit_requested)).unwrap();
84 Self { limit, input, count: 0, exit_requested, }
103 if self.exit_requested.load(std::sync::atomic::Ordering::SeqCst) { in read_frame()
/dports/lang/duktape-lib/duktape-2.6.0/examples/eventloop/
H A Dc_eventloop.c61 static int exit_requested = 0; variable
133 if (exit_requested) { in expire_timers()
295 if (exit_requested) { in eventloop_run()
597 exit_requested = 1; in request_exit()
/dports/lang/duktape/duktape-2.6.0/examples/eventloop/
H A Dc_eventloop.c61 static int exit_requested = 0; variable
133 if (exit_requested) { in expire_timers()
295 if (exit_requested) { in eventloop_run()
597 exit_requested = 1; in request_exit()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/
H A Dmainloop.c144 struct iv_event exit_requested; member
573 _register_event(&self->exit_requested, main_loop_exit_initiate, self); in main_loop_init_events()
579 iv_event_post(&self->exit_requested); in main_loop_exit()
644 iv_event_unregister(&self->exit_requested); in main_loop_deinit()
/dports/audio/ecasound/ecasound-2.9.3/ecasound/
H A Decasound.cpp208 bool ECASOUND_RUN_STATE::exit_requested(void) in exit_requested() function in ECASOUND_RUN_STATE
452 while(state->exit_requested() != true) { in ecasound_main_loop_interactive()
455 if (cmd.size() > 0 && state->exit_requested() != true) { in ecasound_main_loop_interactive()
490 if (state->exit_requested() != true) { in ecasound_main_loop_batch()
526 while(state->exit_requested() != true) { in ecasound_main_loop_batch()

1234