Home
last modified time | relevance | path

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

123

/freebsd/tests/sys/vm/
H A Dshared_shadow_inval_test.c96 volatile bool exiting[DEPTH]; member
258 while (!ss->exiting[1] || in child()
259 (ss->block_xfer && !ss->exiting[4])) in child()
308 ss->exiting[depth] = true; in child()
/freebsd/contrib/netbsd-tests/bin/sh/
H A Dt_exit.sh90 atf_check -s exit:0 -o match:exiting -e empty ${TEST_SH} helper.sh
102 atf_check -s exit:0 -o match:exiting -o not-match:NO_NO -e empty \
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp177 SBError Driver::ProcessArgs(const opt::InputArgList &args, bool &exiting) { in ProcessArgs() argument
378 exiting = true; in ProcessArgs()
393 exiting = true; in ProcessArgs()
409 exiting = true; in ProcessArgs()
800 bool exiting = false; in main() local
801 SBError error(driver.ProcessArgs(input_args, exiting)); in main()
806 } else if (!exiting) { in main()
H A DDriver.h44 lldb::SBError ProcessArgs(const llvm::opt::InputArgList &args, bool &exiting);
/freebsd/bin/sh/
H A Dtrap.c81 static int exiting; /* exitshell() has been called */ variable
492 exiting = 1; in exitshell()
505 if (!exiting) { in exitshell_savedstatus()
/freebsd/sys/contrib/openzfs/scripts/
H A Dzloop.sh58 -m Max number of core dumps to allow before exiting.
62 -I Max number of iterations to loop before exiting.
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dtask.c158 isc_boolean_t exiting; member
166 #define FINISHED(m) ((m)->exiting && EMPTY((m)->tasks))
334 isc_boolean_t exiting; in isc__task_create() local
367 exiting = ISC_FALSE; in isc__task_create()
369 if (!manager->exiting) { in isc__task_create()
374 exiting = ISC_TRUE; in isc__task_create()
377 if (exiting) { in isc__task_create()
1405 manager->exiting = ISC_FALSE; in isc__taskmgr_create()
1504 INSIST(!manager->exiting); in isc__taskmgr_destroy()
1505 manager->exiting = ISC_TRUE; in isc__taskmgr_destroy()
/freebsd/contrib/sendmail/src/
H A Derr.c129 bool panic, exiting, keep; local
137 panic = exiting = keep = false;
142 panic = exiting = true;
146 exiting = true;
157 if (exiting)
H A DTUNING99 exiting after a queue run.
/freebsd/lib/libc/net/
H A Dnsdispatch.c550 static int exiting = 0; variable
561 if (mod->handle != nss_builtin_handle && !exiting) in ns_mod_free()
573 exiting = 1; in nss_atexit()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_flags.inc47 "Sleep in main thread before exiting for that many ms "
H A Dtsan_rtl.cpp320 static void SlotDetachImpl(ThreadState* thr, bool exiting) { in SlotDetachImpl() argument
347 CHECK(exiting || thr->fast_state.epoch() == kEpochLast); in SlotDetachImpl()
/freebsd/bin/ed/
H A DPOSIX23 iii) `wq' for exiting after a write,
/freebsd/sbin/init/
H A DNOTES90 apply hysteresis to rapidly exiting gettys
/freebsd/sys/kern/
H A Dkern_event.c415 bool exiting, immediate; in filt_procattach() local
417 exiting = immediate = false; in filt_procattach()
425 exiting = true; in filt_procattach()
462 if (immediate || (exiting && filt_proc(kn, NOTE_EXIT))) in filt_procattach()
H A Dkern_exit.c131 reaper_abandon_children(struct proc *p, bool exiting) in reaper_abandon_children() argument
145 if (exiting && p2->p_pptr == p) { in reaper_abandon_children()
/freebsd/lib/libomp/
H A Dkmp_i18n_default.inc247 "%1$s: %2$s - exiting.",
248 "%1$s, line %2$d: %3$s - exiting.",
339 "%1$s - exiting.",
/freebsd/contrib/bsnmp/
H A DNEWS74 snmpd/main.c: fix a problem which resulted in the daemon exiting
/freebsd/contrib/llvm-project/openmp/runtime/src/i18n/
H A Den_US.txt293 FileMsgExiting "%1$s: %2$s - exiting."
294 FileLineMsgExiting "%1$s, line %2$d: %3$s - exiting."
401 MsgExiting "%1$s - exiting."
/freebsd/contrib/ntp/ntpd/
H A Dntpdbase-opts.def413 daemonize. Instead of exiting with status 0 immediately after
/freebsd/contrib/bc/manuals/
H A Dbuild.md646 | | exiting, when in | | |
651 | | exiting, when in | | |
/freebsd/sys/sys/
H A Dproc.h1203 void reaper_abandon_children(struct proc *p, bool exiting);
/freebsd/contrib/ntp/sntp/libevent/
H A Dwhatsnew-2.1.txt95 globally held resources before exiting, so that your leak-check tools
374 exiting while it has no DNS requests in progress.
/freebsd/contrib/libevent/
H A Dwhatsnew-2.1.txt95 globally held resources before exiting, so that your leak-check tools
374 exiting while it has no DNS requests in progress.
/freebsd/contrib/less/
H A DNEWS341 after exiting less.
471 * Catch SIGTERM and clean up before exiting.

123