Home
last modified time | relevance | path

Searched refs:cancel (Results 1 – 25 of 78) sorted by relevance

1234

/openbsd/usr.sbin/unbound/testcode/
H A Dasynclook.c74 int cancel; member
276 if(my_id->cancel) { in ext_callback()
327 async_ids[i-100].cancel=1; in ext_thread()
407 int i, r, cancel=0, blocking=0, ext=0; in main() local
436 cancel = 1; in main()
530 else if(cancel) { in main()
/openbsd/lib/librthread/
H A Drthread_barrier.c114 goto cancel; in pthread_barrier_wait()
140 cancel: in pthread_barrier_wait()
/openbsd/regress/lib/libpthread/cancel/
H A DMakefile3 PROG= cancel
/openbsd/sys/dev/pci/drm/i915/gt/
H A Dselftest_rps.c60 u32 **cancel, in create_spin_counter() argument
138 *cancel = base + loop; in create_spin_counter()
633 u32 *cancel, *cntr; in live_rps_frequency_cs() local
643 &cancel, &cntr); in live_rps_frequency_cs()
717 *cancel = MI_BATCH_BUFFER_END; in live_rps_frequency_cs()
772 u32 *cancel, *cntr; in live_rps_frequency_srm() local
782 &cancel, &cntr); in live_rps_frequency_srm()
855 *cancel = MI_BATCH_BUFFER_END; in live_rps_frequency_srm()
H A Dintel_engine_types.h503 void (*cancel)(struct intel_engine_cs *engine); member
H A Dmock_engine.c375 engine->base.reset.cancel = mock_reset_cancel; in mock_engine()
H A Dintel_reset.c1010 if (engine->reset.cancel) in __intel_gt_set_wedged()
1011 engine->reset.cancel(engine); in __intel_gt_set_wedged()
H A Dintel_ring_submission.c1138 engine->reset.cancel = reset_cancel; in setup_common()
/openbsd/regress/lib/libpthread/
H A DMakefile15 cancel cancel2 cancel_wait close close_race closefrom cwd \
/openbsd/usr.bin/mg/
H A Dtutorial110 can use the C-g command to cancel the command immediately.
112 >> For example, type C-u 50 and then type C-g to cancel the C-u command.
113 >> Type Esc and then C-g to cancel the Esc key.
204 M-w to copy the region. If you wish to cancel marking a block of text, simply
205 type C-g to cancel the operation.
247 NOTE: If you type C-x f instead of C-x C-f, you can use C-g to cancel the
248 Set-Fill-Column command. You can also use C-g to cancel the C-x C-f command
305 type another buffer name or use C-g to cancel the operation.
325 the replace-text command. To cancel this command, type C-g.
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dlinux-nat.c3084 int restart, cancel; in lin_thread_get_thread_signals() local
3092 cancel = get_signo ("__pthread_sig_cancel"); in lin_thread_get_thread_signals()
3093 if (cancel == 0) in lin_thread_get_thread_signals()
3097 sigaddset (set, cancel); in lin_thread_get_thread_signals()
3108 sigaction (cancel, &action, NULL); in lin_thread_get_thread_signals()
3111 sigaddset (&blocked_mask, cancel); in lin_thread_get_thread_signals()
3115 sigdelset (&suspend_mask, cancel); in lin_thread_get_thread_signals()
/openbsd/gnu/usr.bin/perl/dist/threads/t/
H A Dkill.t64 ### Thread cancel ###
/openbsd/gnu/llvm/llvm/utils/lit/lit/
H A Dutil.py367 timerObject.cancel()
H A DTestRunner.py92 def cancel(self): member in TimeoutHelper
95 self._timer.cancel()
174 timeoutHelper.cancel()
/openbsd/gnu/usr.bin/perl/dist/Time-HiRes/t/
H A Dalarm.t112 Time::HiRes::alarm(0); # can't cancel usig %SIG
/openbsd/regress/lib/libpthread/dlopen/
H A Ddlopen.c101 FUNC(cancel),
/openbsd/usr.bin/ssh/
H A DPROTOCOL359 Similar to cancel-tcpip-forward, cancel-streamlocal-forward is sent
360 by the client cancel the forwarding of a Unix domain socket.
363 string "cancel-streamlocal-forward@openssh.com"
/openbsd/usr.bin/vi/docs/
H A Dhelp46 ^[ <escape> exit input mode, cancel partial commands
/openbsd/gnu/usr.bin/gcc/gcc/
H A Difcvt.c2960 goto cancel;
3088 goto cancel;
3142 cancel:
/openbsd/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMPKinds.def154 __ICV_DATA_ENV(cancel, OMP_CANCELLATION, ICV_FALSE)
180 __ICV_RT_GET(cancel, omp_get_cancellation)
1078 /// KMP cancel kind
/openbsd/gnu/gcc/gcc/
H A Difcvt.c3636 goto cancel; in dead_or_predicable()
3769 goto cancel; in dead_or_predicable()
3836 cancel: in dead_or_predicable()
/openbsd/gnu/usr.bin/binutils/bfd/doc/
H A Dbfd.texinfo17 \vskip -\parskip% to cancel out effect of following \par
/openbsd/share/zoneinfo/datfiles/
H A Dafrica238 # "...Egypt's interim cabinet decided on Wednesday to cancel daylight
242 # Egypt to cancel daylight saving time
357 # Egypt's ministers cabinet just announced ... that it will cancel DST at
375 # Egyptian government took the decision to cancel the DST,
/openbsd/gnu/usr.bin/texinfo/doc/
H A Dinfo.texi592 and finish the command you started, or type @kbd{Control-g} to cancel
657 @key{BACKSPACE}) key to cancel one character at a time if you make a
661 >> Press @key{DEL} to cancel the @samp{R}. You could type another @kbd{R}
772 about following any reference, you can use @kbd{Control-g} to cancel
781 to cancel the @kbd{f}.
/openbsd/usr.bin/tmux/
H A Dwindow-copy.c1008 int cancel) in window_copy_do_copy_end_of_line() argument
1047 if (cancel) { in window_copy_do_copy_end_of_line()
1090 window_copy_do_copy_line(struct window_copy_cmd_state *cs, int pipe, int cancel) in window_copy_do_copy_line() argument
1131 if (cancel) { in window_copy_do_copy_line()

1234