Home
last modified time | relevance | path

Searched refs:stop_flags (Results 1 – 25 of 34) sorted by relevance

12

/dports/security/rhash/RHash-1.4.2/
H A Drhash_main.c57 if (rhash_data.stop_flags) { in scan_files_callback()
107 if (rhash_data.stop_flags) { in scan_files_callback()
115 rhash_data.stop_flags |= FatalErrorFlag; in scan_files_callback()
135 rhash_data.stop_flags |= InterruptedFlag; in ctrl_c_handler()
263 exit_code = (rhash_data.stop_flags ? 3 : 0); in main()
315 rhash_data.stop_flags |= FatalErrorFlag; in main()
326 rhash_data.stop_flags |= FatalErrorFlag; in main()
344 rhash_data.stop_flags |= FatalErrorFlag; in main()
349 rhash_data.stop_flags |= FatalErrorFlag; in main()
353 if (!rhash_data.stop_flags) { in main()
[all …]
H A Dcalc_sums.c336 if (rhash_data.stop_flags) { in calculate_and_print_sums()
408 for (i = 0; i < count && !rhash_data.stop_flags; i++) { in benchmark_loop()
476 for (j = 0; j < rounds && !rhash_data.stop_flags; j++) { in run_benchmark()
483 if ((flags & BENCHMARK_RAW) == 0 && !rhash_data.stop_flags) { in run_benchmark()
491 if ((flags & BENCHMARK_CPB) != 0 && !rhash_data.stop_flags) { in run_benchmark()
514 if (rhash_data.stop_flags) { in run_benchmark()
H A Drhash_main.h33 unsigned stop_flags; member
H A Doutput.c225 assert(rhash_data.stop_flags != 0); in report_interrupted()
226 if (rhash_data.stop_flags == InterruptedFlag && !is_interrupted_reported) { in report_interrupted()
H A Dhash_update.c120 } else if (!rhash_data.stop_flags) { in update_ctx_free()
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/cpp/bindings/tests/
H A Dsync_handle_registry_unittest.cc39 const bool* stop_flags[] = {&called1, &called2}; in TEST_F() local
40 registry()->Wait(stop_flags, 2); in TEST_F()
49 registry()->Wait(stop_flags, 2); in TEST_F()
81 const bool* stop_flags[] = {&called1, &called2, &called3}; in TEST_F() local
82 registry()->Wait(stop_flags, 3); in TEST_F()
96 registry()->Wait(stop_flags, 3); in TEST_F()
246 const bool* stop_flags[] = {&called3}; in TEST_F() local
247 registry->Wait(stop_flags, 1); in TEST_F()
256 const bool* stop_flags[] = {&called1, &called2}; in TEST_F() local
257 registry()->Wait(stop_flags, 2); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/cpp/bindings/lib/
H A Dsync_event_watcher.cc31 bool SyncEventWatcher::SyncWatch(const bool** stop_flags, in SyncWatch() argument
43 std::copy(stop_flags, stop_flags + num_stop_flags, in SyncWatch()
H A Dsequence_local_sync_event_watcher.cc159 const bool* stop_flags[] = {should_stop, in SyncWatch() local
164 bool result = event_watcher_.SyncWatch(stop_flags, 2); in SyncWatch()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/public/cpp/bindings/lib/
H A Dsync_event_watcher.cc33 bool SyncEventWatcher::SyncWatch(const bool** stop_flags, in SyncWatch() argument
49 std::copy(stop_flags, stop_flags + num_stop_flags, in SyncWatch()
H A Dsequence_local_sync_event_watcher.cc157 const bool* stop_flags[] = {should_stop, in SyncWatch() local
162 bool result = event_watcher_.SyncWatch(stop_flags, 2); in SyncWatch()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/public/cpp/bindings/
H A Dthread_safe_forwarder_base.cc108 const bool* stop_flags[] = {&event_signaled}; in AcceptWithResponder() local
109 watcher.SyncWatch(stop_flags, 1); in AcceptWithResponder()
H A Dsync_event_watcher.h47 bool SyncWatch(const bool** stop_flags, size_t num_stop_flags); in COMPONENT_EXPORT()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ipc/
H A Dipc_sync_message_filter.cc84 const bool* stop_flags[] = {&done, &shutdown}; in Send() local
85 registry->Wait(stop_flags, 2); in Send()
H A Dipc_sync_channel.cc686 const bool* stop_flags[] = {&dispatch, &send_done, &should_pump_messages}; in WaitForReply() local
688 registry->Wait(stop_flags, 3); in WaitForReply()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ipc/
H A Dipc_sync_message_filter.cc81 const bool* stop_flags[] = { &done, &shutdown }; in Send() local
82 registry->Wait(stop_flags, 2); in Send()
H A Dipc_sync_channel.cc683 const bool* stop_flags[] = { &dispatch, &send_done, &should_pump_messages }; in WaitForReply() local
685 registry->Wait(stop_flags, 3); in WaitForReply()
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/cpp/bindings/
H A Dthread_safe_forwarder_base.cc122 const bool* stop_flags[] = {&event_signaled}; in AcceptWithResponder() local
123 watcher.SyncWatch(stop_flags, 1); in AcceptWithResponder()
H A Dsync_event_watcher.h47 bool SyncWatch(const bool** stop_flags, size_t num_stop_flags); in COMPONENT_EXPORT()
/dports/multimedia/libv4l/linux-5.13-rc2/include/trace/events/
H A Dmmc.h26 __field(unsigned int, stop_flags)
54 __entry->stop_flags = mrq->stop ? mrq->stop->flags : 0;
86 __entry->stop_flags, __entry->stop_retries,
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/trace/events/
H A Dmmc.h26 __field(unsigned int, stop_flags)
54 __entry->stop_flags = mrq->stop ? mrq->stop->flags : 0;
86 __entry->stop_flags, __entry->stop_retries,
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/trace/events/
H A Dmmc.h26 __field(unsigned int, stop_flags)
54 __entry->stop_flags = mrq->stop ? mrq->stop->flags : 0;
86 __entry->stop_flags, __entry->stop_retries,
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/core/
H A Danim_manager.h306 …e *tile, const MapCoord &start, const MapCoord &stop, uint16 pixels_per_sec, uint8 stop_flags = 0);
307 …degrees, const MapCoord &start, const MapCoord &stop, uint16 pixels_per_sec, uint8 stop_flags = 0);
310 …t16 degrees, const MapCoord &start, const MapCoord &stop, uint16 pixels_per_sec, uint8 stop_flags);
H A Danim_manager.cpp483 …Tile *tile, const MapCoord &start, const MapCoord &stop, uint16 pixels_per_sec, uint8 stop_flags) { in TossAnim() argument
489 init(tile, 0, start, stop, pixels_per_sec, stop_flags); in TossAnim()
491 …16 degrees, const MapCoord &start, const MapCoord &stop, uint16 pixels_per_sec, uint8 stop_flags) { in TossAnim() argument
498 start, stop, pixels_per_sec, stop_flags); in TossAnim()
512 …16 degrees, const MapCoord &start, const MapCoord &stop, uint16 pixels_per_sec, uint8 stop_flags) { in init() argument
515 blocking = stop_flags; in init()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/host_applications/android/apps/vidtex/
H A Dsvp.c135 static void svp_set_stop(SVP_T *svp, uint32_t stop_flags);
620 static void svp_set_stop(SVP_T *svp, uint32_t stop_flags) in svp_set_stop() argument
623 svp->stop |= stop_flags; in svp_set_stop()
/dports/devel/radare2/radare2-5.1.1/shlr/qnx/include/
H A Dlibqnxr.h59 int stop_flags; member

12