Home
last modified time | relevance | path

Searched refs:check_cancel (Results 1 – 25 of 84) sorted by relevance

1234

/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/may-0.3.17/src/
H A Dpark.rs30 check_cancel: AtomicBool, field
51 check_cancel: true.into(), in new()
60 self.check_cancel.store(!ignore, Ordering::Relaxed); in ignore_cancel()
275 if self.check_cancel.load(Ordering::Relaxed) { in yield_back()
276 cancel.check_cancel(); in yield_back()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_delta/
H A Deditor.c440 check_cancel(svn_editor_t *editor) in check_cancel() function
473 SVN_ERR(check_cancel(editor)); in svn_editor_add_directory()
527 SVN_ERR(check_cancel(editor)); in svn_editor_add_file()
563 SVN_ERR(check_cancel(editor)); in svn_editor_add_symlink()
596 SVN_ERR(check_cancel(editor)); in svn_editor_add_absent()
631 SVN_ERR(check_cancel(editor)); in svn_editor_alter_directory()
691 SVN_ERR(check_cancel(editor)); in svn_editor_alter_file()
726 SVN_ERR(check_cancel(editor)); in svn_editor_alter_symlink()
759 SVN_ERR(check_cancel(editor)); in svn_editor_delete()
793 SVN_ERR(check_cancel(editor)); in svn_editor_copy()
[all …]
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_delta/
H A Deditor.c440 check_cancel(svn_editor_t *editor) in check_cancel() function
473 SVN_ERR(check_cancel(editor)); in svn_editor_add_directory()
527 SVN_ERR(check_cancel(editor)); in svn_editor_add_file()
563 SVN_ERR(check_cancel(editor)); in svn_editor_add_symlink()
596 SVN_ERR(check_cancel(editor)); in svn_editor_add_absent()
631 SVN_ERR(check_cancel(editor)); in svn_editor_alter_directory()
691 SVN_ERR(check_cancel(editor)); in svn_editor_alter_file()
726 SVN_ERR(check_cancel(editor)); in svn_editor_alter_symlink()
759 SVN_ERR(check_cancel(editor)); in svn_editor_delete()
793 SVN_ERR(check_cancel(editor)); in svn_editor_copy()
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_delta/
H A Deditor.c440 check_cancel(svn_editor_t *editor) in check_cancel() function
473 SVN_ERR(check_cancel(editor)); in svn_editor_add_directory()
527 SVN_ERR(check_cancel(editor)); in svn_editor_add_file()
563 SVN_ERR(check_cancel(editor)); in svn_editor_add_symlink()
596 SVN_ERR(check_cancel(editor)); in svn_editor_add_absent()
631 SVN_ERR(check_cancel(editor)); in svn_editor_alter_directory()
691 SVN_ERR(check_cancel(editor)); in svn_editor_alter_file()
726 SVN_ERR(check_cancel(editor)); in svn_editor_alter_symlink()
759 SVN_ERR(check_cancel(editor)); in svn_editor_delete()
793 SVN_ERR(check_cancel(editor)); in svn_editor_copy()
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_delta/
H A Deditor.c440 check_cancel(svn_editor_t *editor) in check_cancel() function
473 SVN_ERR(check_cancel(editor)); in svn_editor_add_directory()
527 SVN_ERR(check_cancel(editor)); in svn_editor_add_file()
563 SVN_ERR(check_cancel(editor)); in svn_editor_add_symlink()
596 SVN_ERR(check_cancel(editor)); in svn_editor_add_absent()
631 SVN_ERR(check_cancel(editor)); in svn_editor_alter_directory()
691 SVN_ERR(check_cancel(editor)); in svn_editor_alter_file()
726 SVN_ERR(check_cancel(editor)); in svn_editor_alter_symlink()
759 SVN_ERR(check_cancel(editor)); in svn_editor_delete()
793 SVN_ERR(check_cancel(editor)); in svn_editor_copy()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/char/tpm/
H A Dxen-tpmfront.c41 bool check_cancel, bool *canceled) in wait_for_tpm_stat_cond() argument
48 if (check_cancel && chip->ops->req_canceled(chip, status)) { in wait_for_tpm_stat_cond()
57 bool check_cancel) in wait_for_tpm_stat() argument
77 wait_for_tpm_stat_cond(chip, mask, check_cancel, in wait_for_tpm_stat()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/char/tpm/
H A Dxen-tpmfront.c41 bool check_cancel, bool *canceled) in wait_for_tpm_stat_cond() argument
48 if (check_cancel && chip->ops->req_canceled(chip, status)) { in wait_for_tpm_stat_cond()
57 bool check_cancel) in wait_for_tpm_stat() argument
77 wait_for_tpm_stat_cond(chip, mask, check_cancel, in wait_for_tpm_stat()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/char/tpm/
H A Dxen-tpmfront.c41 bool check_cancel, bool *canceled) in wait_for_tpm_stat_cond() argument
48 if (check_cancel && chip->ops->req_canceled(chip, status)) { in wait_for_tpm_stat_cond()
57 bool check_cancel) in wait_for_tpm_stat() argument
77 wait_for_tpm_stat_cond(chip, mask, check_cancel, in wait_for_tpm_stat()
/dports/java/java-subversion/subversion-1.14.1/subversion/svnrdump/
H A Dsvnrdump.c50 static svn_cancel_func_t check_cancel = NULL; variable
224 NULL, check_cancel, NULL, pool)); in replay_revstart()
274 NULL, check_cancel, NULL, pool, pool)); in replay_revstart_v2()
380 ctx->cancel_func = check_cancel; in init_client_context()
452 source_relpath, check_cancel, NULL, pool)); in dump_initial_full_revision()
582 check_cancel, NULL, pool)); in load_revisions()
822 check_cancel = svn_cmdline__setup_cancellation_handler(); in sub_main()
/dports/devel/py-subversion/subversion-1.14.1/subversion/svnrdump/
H A Dsvnrdump.c50 static svn_cancel_func_t check_cancel = NULL; variable
224 NULL, check_cancel, NULL, pool)); in replay_revstart()
274 NULL, check_cancel, NULL, pool, pool)); in replay_revstart_v2()
380 ctx->cancel_func = check_cancel; in init_client_context()
452 source_relpath, check_cancel, NULL, pool)); in dump_initial_full_revision()
582 check_cancel, NULL, pool)); in load_revisions()
822 check_cancel = svn_cmdline__setup_cancellation_handler(); in sub_main()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/svnrdump/
H A Dsvnrdump.c50 static svn_cancel_func_t check_cancel = NULL; variable
224 NULL, check_cancel, NULL, pool)); in replay_revstart()
274 NULL, check_cancel, NULL, pool, pool)); in replay_revstart_v2()
380 ctx->cancel_func = check_cancel; in init_client_context()
452 source_relpath, check_cancel, NULL, pool)); in dump_initial_full_revision()
582 check_cancel, NULL, pool)); in load_revisions()
822 check_cancel = svn_cmdline__setup_cancellation_handler(); in sub_main()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/svnrdump/
H A Dsvnrdump.c50 static svn_cancel_func_t check_cancel = NULL; variable
224 NULL, check_cancel, NULL, pool)); in replay_revstart()
274 NULL, check_cancel, NULL, pool, pool)); in replay_revstart_v2()
380 ctx->cancel_func = check_cancel; in init_client_context()
452 source_relpath, check_cancel, NULL, pool)); in dump_initial_full_revision()
582 check_cancel, NULL, pool)); in load_revisions()
822 check_cancel = svn_cmdline__setup_cancellation_handler(); in sub_main()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/char/tpm/st33zp24/
H A Dst33zp24.c216 bool check_cancel, bool *canceled) in wait_for_tpm_stat_cond() argument
223 if (check_cancel && chip->ops->req_canceled(chip, status)) { in wait_for_tpm_stat_cond()
240 wait_queue_head_t *queue, bool check_cancel) in wait_for_stat() argument
275 check_cancel, &canceled); in wait_for_stat()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/char/tpm/st33zp24/
H A Dst33zp24.c216 bool check_cancel, bool *canceled) in wait_for_tpm_stat_cond() argument
223 if (check_cancel && chip->ops->req_canceled(chip, status)) { in wait_for_tpm_stat_cond()
240 wait_queue_head_t *queue, bool check_cancel) in wait_for_stat() argument
275 check_cancel, &canceled); in wait_for_stat()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/char/tpm/st33zp24/
H A Dst33zp24.c216 bool check_cancel, bool *canceled) in wait_for_tpm_stat_cond() argument
223 if (check_cancel && chip->ops->req_canceled(chip, status)) { in wait_for_tpm_stat_cond()
240 wait_queue_head_t *queue, bool check_cancel) in wait_for_stat() argument
275 check_cancel, &canceled); in wait_for_stat()
/dports/news/knews/knews-1.0b.1/src/
H A Dp_check.c102 static int check_cancel(Widget w, const char *field, const char *end) in check_cancel() function
271 else if (!check_cancel(w, field + 7, end)) in check_article()
292 else if (!check_cancel(w, field + 7, end)) in check_article()
348 !check_cancel(w, field, end)) in check_article()
/dports/java/java-subversion/subversion-1.14.1/subversion/svnfsfs/
H A Dsvnfsfs.h66 extern svn_cancel_func_t check_cancel;
/dports/devel/py-subversion/subversion-1.14.1/subversion/svnfsfs/
H A Dsvnfsfs.h66 extern svn_cancel_func_t check_cancel;
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/svnfsfs/
H A Dsvnfsfs.h66 extern svn_cancel_func_t check_cancel;
/dports/devel/p5-subversion/subversion-1.14.1/subversion/svnfsfs/
H A Dsvnfsfs.h66 extern svn_cancel_func_t check_cancel;
/dports/shells/fish/fish-3.3.1/src/
H A Doperation_context.h48 bool check_cancel() const { return cancel_checker(); } in check_cancel() function
/dports/graphics/xfig/xfig-3.2.8a/src/
H A Dw_file.h38 extern Boolean check_cancel(void);
/dports/java/java-subversion/subversion-1.14.1/subversion/svnadmin/
H A Dsvnadmin.c65 static svn_cancel_func_t check_cancel = NULL; variable
974 SVN_ERR(check_cancel(NULL)); in subcommand_deltify()
1486 check_cancel, NULL, pool)); in subcommand_dump()
1529 check_cancel, NULL, pool)); in subcommand_dump_revprops()
1897 check_cancel, NULL, pool); in subcommand_recover()
1915 check_cancel, NULL, pool)); in subcommand_recover()
2210 feedback_stream, check_cancel, NULL, pool)); in subcommand_pack()
2282 check_cancel, NULL, pool)); in subcommand_verify()
2622 SVN_ERR(check_cancel(NULL)); in subcommand_lslocks()
2973 check_cancel, NULL, pool, pool); in build_rep_cache()
[all …]
/dports/devel/py-subversion/subversion-1.14.1/subversion/svnadmin/
H A Dsvnadmin.c65 static svn_cancel_func_t check_cancel = NULL; variable
974 SVN_ERR(check_cancel(NULL)); in subcommand_deltify()
1486 check_cancel, NULL, pool)); in subcommand_dump()
1529 check_cancel, NULL, pool)); in subcommand_dump_revprops()
1897 check_cancel, NULL, pool); in subcommand_recover()
1915 check_cancel, NULL, pool)); in subcommand_recover()
2210 feedback_stream, check_cancel, NULL, pool)); in subcommand_pack()
2282 check_cancel, NULL, pool)); in subcommand_verify()
2622 SVN_ERR(check_cancel(NULL)); in subcommand_lslocks()
2973 check_cancel, NULL, pool, pool); in build_rep_cache()
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/svnadmin/
H A Dsvnadmin.c65 static svn_cancel_func_t check_cancel = NULL; variable
974 SVN_ERR(check_cancel(NULL)); in subcommand_deltify()
1486 check_cancel, NULL, pool)); in subcommand_dump()
1529 check_cancel, NULL, pool)); in subcommand_dump_revprops()
1897 check_cancel, NULL, pool); in subcommand_recover()
1915 check_cancel, NULL, pool)); in subcommand_recover()
2210 feedback_stream, check_cancel, NULL, pool)); in subcommand_pack()
2282 check_cancel, NULL, pool)); in subcommand_verify()
2622 SVN_ERR(check_cancel(NULL)); in subcommand_lslocks()
2973 check_cancel, NULL, pool, pool); in build_rep_cache()
[all …]

1234