HomeSort by: relevance | last modified time | path
    Searched refs:Cancel (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/inc/
efiudp.h 157 EFI_UDP4_CANCEL Cancel;
270 EFI_UDP6_CANCEL Cancel;
efitcp.h 217 EFI_TCP4_CANCEL Cancel;
389 EFI_TCP6_CANCEL Cancel;
efiip.h 208 EFI_IP4_CANCEL Cancel;
457 EFI_IP6_CANCEL Cancel;
efiprot.h 278 EFI_DISK_CANCEL_EX Cancel;
  /src/usr.sbin/sysinst/
msg.mi.en 240 {Mount point (empty to cancel)?}
547 {Cancel installation}
1298 message cancel {Cancel}
msg.mi.es 558 {Cancel installation}
1341 message cancel {Cancel}
msg.mi.pl 536 {Cancel installation}
1290 message cancel {Anuluj}
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-glade-1 940 <label>Cancel</label>
1253 <name>cancel</name>
1517 msgid "Cancel"
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 1194 int Cancel() const { return fn(); }
1235 return ((const CondMutexUnlockCtx<Fn> *)arg)->Cancel();
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 1169 int Cancel() const { return fn(); }
1211 return ((const CondMutexUnlockCtx<Fn> *)arg)->Cancel();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 844 /// Marks parent region as cancel region.
845 void setParentCancelRegion(bool Cancel = true) {
847 Parent->CancelRegion |= Cancel;
849 /// Return true if current region has inner cancel construct.
860 /// Return true if current region has inner cancel construct.
865 /// Return true if current region has inner cancel construct.
4625 // CancelRegion is only needed for cancel and cancellation_point.
4716 // A cancel construct for which construct-type-clause is taskgroup must be
4717 // nested inside a task construct. A cancel construct for which
5991 "No associated statement allowed for 'omp cancel' directive")
    [all...]

Completed in 33 milliseconds