Searched refs:spawn (Results 1 - 11 of 11) sorted by relevance

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/helpers/
H A Darch.c1 #include <spawn.h>
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dposix_spawn_bin.c42 #include <spawn.h>
H A Dposix_spawn.c43 #include <spawn.h>
/darwin-on-arm/xnu/tools/tests/execperf/
H A Drun.c8 #include <spawn.h>
/darwin-on-arm/xnu/bsd/sys/
H A Dspawn_internal.h45 #include <sys/spawn.h>
97 short psa_flags; /* spawn attribute flags */
100 pid_t psa_pgroup; /* pgroup to spawn into */
H A DMakefile36 spawn.h
83 spawn.h
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.h14 #include <spawn.h>
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_fork.c362 int spawn = 0; local
521 spawn = 1;
532 if ((child_thread = cloneproc(parent_proc->task, parent_proc, spawn ? FALSE : TRUE)) == NULL) {
539 if (!spawn) {
582 * is not relevent to spawn, and the value won't matter
596 if (!spawn) {
H A Dkern_exec.c111 #include <sys/spawn.h>
722 int spawn = (imgp->ip_flags & IMGPF_SPAWN); local
824 if (vfexec || spawn) {
912 if (!vfexec && !spawn && (p->p_lflag & P_LTRACED))
927 if (vfexec || spawn) {
941 if (vfexec || spawn)
963 if (vfexec || spawn)
974 if (vfexec || spawn) {
1031 if (!vfexec && !spawn) {
1095 if (vfexec || spawn) {
[all...]
H A Dmach_loader.c296 int spawn = (imgp->ip_flags & IMGPF_SPAWN); local
317 if (spawn) {
405 * task, and it's correct to halt it; if it's spawn, the
408 if (!spawn) {
437 old_map = swap_task_map(old_task, thread, map, !spawn);
H A Dkern_descrip.c104 #include <sys/spawn.h>

Completed in 45 milliseconds