Home
last modified time | relevance | path

Searched refs:exiting (Results 1 – 25 of 94) sorted by relevance

1234

/openbsd-src/gnu/usr.bin/perl/t/lib/warnings/
H A Dpp_ctl84 use warnings 'exiting' ;
91 no warnings 'exiting' ;
100 use warnings 'exiting' ;
103 no warnings 'exiting' ;
111 eval "use warnings 'exiting' ; last;"
115 eval "no warnings 'exiting' ;last;"
122 use warnings 'exiting' ;
125 no warnings 'exiting' ;
132 use warnings 'exiting' ;
139 no warnings 'exiting' ;
[all...]
/openbsd-src/usr.bin/dig/lib/isc/
H A Dtask.c85 int exiting; member
98 #define FINISHED(m) ((m)->exiting && EMPTY((m)->tasks))
135 int exiting; in isc_task_create() local
157 exiting = 0; in isc_task_create()
158 if (!manager->exiting) { in isc_task_create()
163 exiting = 1; in isc_task_create()
165 if (exiting) { in isc_task_create()
725 manager->exiting = 0; in isc_taskmgr_create()
774 INSIST(!manager->exiting); in isc_taskmgr_destroy()
775 manager->exiting = 1; in isc_taskmgr_destroy()
/openbsd-src/gnu/llvm/lldb/tools/driver/
H A DDriver.cpp181 SBError Driver::ProcessArgs(const opt::InputArgList &args, bool &exiting) { in ProcessArgs() argument
383 exiting = true; in ProcessArgs()
398 exiting = true; in ProcessArgs()
414 exiting = true; in ProcessArgs()
813 bool exiting = false; in main() local
814 SBError error(driver.ProcessArgs(input_args, exiting)); in main()
819 } else if (!exiting) { in main()
H A DDriver.h44 lldb::SBError ProcessArgs(const llvm::opt::InputArgList &args, bool &exiting);
/openbsd-src/gnu/usr.bin/perl/dist/Thread-Queue/t/
H A D09_ended.t46 pass("Thread $ii exiting");
89 pass("Thread $ii exiting");
130 pass("Thread $ii exiting");
/openbsd-src/regress/usr.sbin/btrace/
H A Dexit.ok1 exiting now...
H A Dexit.bt3 printf("exiting now...\n");
/openbsd-src/gnu/llvm/lldb/examples/test/tmp/
H A Dlldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dsym.txt39 …b-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc185e200, pid = 55239) thread exiting...
54 …b-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc18f8600, pid = 55243) thread exiting...
H A Dlldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dwarf.txt39 …b-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc1882000, pid = 55289) thread exiting...
54 …b-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc0bed200, pid = 55292) thread exiting...
/openbsd-src/gnu/llvm/llvm/docs/
H A DLoopTerminology.rst54 * An **exiting edge** is an edge from inside the loop to a node outside
55 of the loop. The source of such an edge is called an **exiting block**, its
78 itself. In this case that block is the header, latch (and exiting
86 In this case, the role of header, exiting block and latch fall to the
92 Loop at depth 1 containing: %for.body<header><latch><exiting>
202 loop that has no exiting edges. A **dynamically infinite loop** has
203 exiting edges, but it is possible to be never taken. This may happen
214 exiting condition is always false. Because the exiting edge is never
H A DExceptionHandling.rst752 not-yet-exited pad (after exiting from any pads that the unwind edge exits),
758 edges exiting their ``cleanuppad`` and ``catchswitch`` edges exiting their
/openbsd-src/gnu/llvm/lldb/examples/test/
H A Dusage-pre-post-flight7 fatal error: pre_flight is not callable, exiting.
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_flags.inc47 "Sleep in main thread before exiting for that many ms "
H A Dtsan_rtl.cpp319 static void SlotDetachImpl(ThreadState* thr, bool exiting) { in SlotDetachImpl() argument
346 CHECK(exiting || thr->fast_state.epoch() == kEpochLast); in SlotDetachImpl()
/openbsd-src/bin/ed/
H A DPOSIX27 iii) `wq' for exiting after a write,
/openbsd-src/sbin/init/
H A DNOTES93 apply hysteresis to rapidly exiting gettys
/openbsd-src/gnu/llvm/llvm/docs/Frontend/
H A DPerformanceTips.rst152 block is a loop exiting conditional branch, the effectiveness of LICM will
155 lift an otherwise loop invariant load unless it can prove the exiting
/openbsd-src/gnu/usr.bin/cvs/src/
H A Dsanity.sh2134 echo Keeping ${TESTDIR} and exiting due to --keep
2574 echo Keeping ${TESTDIR} and exiting due to --keep
3838 echo Keeping ${TESTDIR} and exiting due to --keep
3898 echo Keeping ${TESTDIR} and exiting due to --keep
5366 echo Keeping ${TESTDIR} and exiting due to --keep
6059 echo Keeping ${TESTDIR} and exiting due to --keep
12342 echo Keeping ${TESTDIR} and exiting due to --keep
15693 echo Keeping ${TESTDIR} and exiting due to --keep
16834 echo Keeping ${TESTDIR} and exiting due to --keep
17205 echo Keeping ${TESTDIR} and exiting due to --keep
[all …]
/openbsd-src/usr.bin/vi/
H A DFAQ109 is occasionally trashed, usually when exiting vi!
/openbsd-src/gnu/share/
H A Dconfigure1591 echo Configure in `pwd` failed, exiting. 1>&2
/openbsd-src/usr.bin/vi/docs/
H A Dchangelog129 + Set the name of the X11 xterm icon/window to "xterm" when exiting,
234 + Don't use a <newline> character to scroll the screen when exiting,
588 and where the cursor wasn't positioned correctly after exiting text
688 + Fix bg/fg bug where tmp file exiting caused a NULL dereference.
716 exiting could cause already free'd memory to be free'd.
/openbsd-src/gnu/llvm/clang/docs/
H A DDataFlowSanitizerDesign.rst24 ensure it isn't exiting the program anywhere it shouldn't be.
/openbsd-src/gnu/llvm/lldb/source/Host/macosx/objcxx/
H A DHost.mm1092 // Make sure we clean up the posix spawn attributes before exiting this scope.
1233 // Make sure we clean up the posix file actions before exiting this scope.
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlfork.pod105 exiting with the same exit status as that process. This means that the
/openbsd-src/bin/ksh/
H A DNOTES171 (ie, everything else) do not. When it does cause exiting, anything read

1234