/freebsd/tests/sys/vm/ |
H A D | shared_shadow_inval_test.c | 96 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 D | t_exit.sh | 90 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 D | Driver.cpp | 177 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 D | Driver.h | 44 lldb::SBError ProcessArgs(const llvm::opt::InputArgList &args, bool &exiting);
|
/freebsd/bin/sh/ |
H A D | trap.c | 81 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 D | zloop.sh | 58 -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 D | task.c | 158 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 D | err.c | 129 bool panic, exiting, keep; local 137 panic = exiting = keep = false; 142 panic = exiting = true; 146 exiting = true; 157 if (exiting)
|
H A D | TUNING | 99 exiting after a queue run.
|
/freebsd/lib/libc/net/ |
H A D | nsdispatch.c | 550 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 D | tsan_flags.inc | 47 "Sleep in main thread before exiting for that many ms "
|
H A D | tsan_rtl.cpp | 320 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 D | POSIX | 23 iii) `wq' for exiting after a write,
|
/freebsd/sbin/init/ |
H A D | NOTES | 90 apply hysteresis to rapidly exiting gettys
|
/freebsd/sys/kern/ |
H A D | kern_event.c | 415 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 D | kern_exit.c | 131 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 D | kmp_i18n_default.inc | 247 "%1$s: %2$s - exiting.", 248 "%1$s, line %2$d: %3$s - exiting.", 339 "%1$s - exiting.",
|
/freebsd/contrib/bsnmp/ |
H A D | NEWS | 74 snmpd/main.c: fix a problem which resulted in the daemon exiting
|
/freebsd/contrib/llvm-project/openmp/runtime/src/i18n/ |
H A D | en_US.txt | 293 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 D | ntpdbase-opts.def | 413 daemonize. Instead of exiting with status 0 immediately after
|
/freebsd/contrib/bc/manuals/ |
H A D | build.md | 646 | | exiting, when in | | | 651 | | exiting, when in | | |
|
/freebsd/sys/sys/ |
H A D | proc.h | 1203 void reaper_abandon_children(struct proc *p, bool exiting);
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | whatsnew-2.1.txt | 95 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 D | whatsnew-2.1.txt | 95 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 D | NEWS | 341 after exiting less. 471 * Catch SIGTERM and clean up before exiting.
|