/openbsd/usr.sbin/unbound/testcode/ |
H A D | asynclook.c | 74 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 D | rthread_barrier.c | 114 goto cancel; in pthread_barrier_wait() 140 cancel: in pthread_barrier_wait()
|
/openbsd/regress/lib/libpthread/cancel/ |
H A D | Makefile | 3 PROG= cancel
|
/openbsd/sys/dev/pci/drm/i915/gt/ |
H A D | selftest_rps.c | 60 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 D | intel_engine_types.h | 511 void (*cancel)(struct intel_engine_cs *engine); member
|
H A D | mock_engine.c | 375 engine->base.reset.cancel = mock_reset_cancel; in mock_engine()
|
H A D | intel_reset.c | 1010 if (engine->reset.cancel) in __intel_gt_set_wedged() 1011 engine->reset.cancel(engine); in __intel_gt_set_wedged()
|
H A D | intel_ring_submission.c | 1138 engine->reset.cancel = reset_cancel; in setup_common()
|
/openbsd/regress/lib/libpthread/ |
H A D | Makefile | 15 cancel cancel2 cancel_wait close close_race closefrom cwd \
|
/openbsd/usr.bin/mg/ |
H A D | tutorial | 110 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 D | linux-nat.c | 3084 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 D | kill.t | 64 ### Thread cancel ###
|
/openbsd/gnu/llvm/llvm/utils/lit/lit/ |
H A D | util.py | 367 timerObject.cancel()
|
H A D | TestRunner.py | 92 def cancel(self): member in TimeoutHelper 95 self._timer.cancel() 174 timeoutHelper.cancel()
|
/openbsd/gnu/usr.bin/perl/dist/Time-HiRes/t/ |
H A D | alarm.t | 112 Time::HiRes::alarm(0); # can't cancel usig %SIG
|
/openbsd/regress/lib/libpthread/dlopen/ |
H A D | dlopen.c | 101 FUNC(cancel),
|
/openbsd/usr.bin/ssh/ |
H A D | PROTOCOL | 359 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 D | help | 46 ^[ <escape> exit input mode, cancel partial commands
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ifcvt.c | 2960 goto cancel; 3088 goto cancel; 3142 cancel:
|
/openbsd/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPKinds.def | 154 __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 D | ifcvt.c | 3636 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 D | bfd.texinfo | 17 \vskip -\parskip% to cancel out effect of following \par
|
/openbsd/share/zoneinfo/datfiles/ |
H A D | africa | 237 # "...Egypt's interim cabinet decided on Wednesday to cancel daylight 241 # Egypt to cancel daylight saving time 356 # Egypt's ministers cabinet just announced ... that it will cancel DST at 374 # Egyptian government took the decision to cancel the DST,
|
/openbsd/gnu/usr.bin/texinfo/doc/ |
H A D | info.texi | 592 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/gnu/usr.bin/perl/pod/ |
H A D | perlgit.pod | 319 If you only want to cancel some uncommitted edits, you can use C<git 323 If you want to cancel one or several commits, you can use C<git reset>.
|