Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dkern_fork.c236 int spawn = 0; in fork1() local
305 spawn = 1; in fork1()
317 spawn ? coalitions : NULL, in fork1()
319 spawn ? CLONEPROC_SPAWN : CLONEPROC_FORK)) == NULL) { in fork1()
328 if (!spawn) { in fork1()
369 dtrace_proc_fork(parent_proc, child_proc, spawn); in fork1()
371 if (!spawn) { in fork1()
H A Dkern_exec.c1217 int spawn = (imgp->ip_flags & IMGPF_SPAWN); in exec_mach_imgact() local
1709 if (!vfexec && !spawn && (p->p_lflag & P_LTRACED)) { in exec_mach_imgact()
2170 if (!spawn) { in exec_mach_imgact()
7676 int spawn = (imgp->ip_flags & IMGPF_SPAWN); in process_signature() local
7904 if (vfexec || spawn) { in process_signature()
H A Dmach_loader.c794 int spawn = (imgp->ip_flags & IMGPF_SPAWN); in parse_machfile() local
1387 if (!spawn) { in parse_machfile()
/xnu-11215/tests/vm/
H A Dperf_compressor.lua59 local product_name = benchmark:spawn{'/usr/bin/sw_vers', '-productName'}
/xnu-11215/bsd/sys/
H A DMakefile50 spawn.h timex.h commpage.h log_data.h \
123 spawn.h \
169 spawn.h timex.h commpage.h
/xnu-11215/libsyscall/
H A DLibsyscall.xcconfig31 …rs/string $(PROJECT_DIR)/wrappers/libproc $(PROJECT_DIR)/wrappers/libproc/spawn $(BUILT_PRODUCTS_D…
/xnu-11215/tools/tests/personas/
H A Dpersona_test_run_src.sh289 …${PERSONA_SPAWN} -v $spawn_args ${PERSONA_SPAWN_UNENTITLED} child -v -E -R spawn -v $spawn_args -I…
/xnu-11215/libsyscall/Libsyscall.xcodeproj/
H A Dproject.pbxproj292 …E453AF3817013F1400F2C94C /* spawn.h in Headers */ = {isa = PBXBuildFile; fileRef = E4D45C3D16FB209…
302 …E4D45C3F16FB20D30002AF25 /* spawn.h in Headers */ = {isa = PBXBuildFile; fileRef = E4D45C3D16FB209…
716 …E4D45C3D16FB20970002AF25 /* spawn.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c…
938 E4D45C3B16FB20970002AF25 /* spawn */,
1165 E4D45C3B16FB20970002AF25 /* spawn */ = {
1170 E4D45C3D16FB20970002AF25 /* spawn.h */,
1174 path = spawn;
1227 E453AF3817013F1400F2C94C /* spawn.h in Headers */,
1268 E4D45C3F16FB20D30002AF25 /* spawn.h in Headers */,
/xnu-11215/tests/
H A Dstackshot_block_owner_14362384.m562 /* Initialize a userspace semaphore, and spawn a thread to block on it. */
667 sleep(3); // give time for thread to spawn, fall back to kernel for contention, and block
699 // this thread should spawn, acquire a kernel rwlock for write, and then wait on a semaphore
703 // this thread should spawn and try to acquire the same kernel rwlock for read, but block
H A Dstackshot_tests.m572 T_HELPER_DECL(spawn_reslide_child, "child process to spawn with alternate slide")
767 /* spawn another thread to get stuck in the kernel, then call exit() to become a zombie */
976 …T_ASSERT_POSIX_ZERO(posix_spawn(&pid, args[0], NULL, &sattr, args, NULL), "spawn exec_inprogress_c…
1616 // Wait for the the child to spawn up
2215 /* This simulates a throttled spawn when the service port is no longer monitored. */
2243 T_QUIET; T_ASSERT_POSIX_ZERO(posix_spawn(&pid, argv[0], NULL, NULL, argv, NULL), "spawn clpcctrl");
/xnu-11215/bsd/dev/dtrace/
H A Ddtrace.c16565 dtrace_proc_fork(proc_t *parent_proc, proc_t *child_proc, int spawn) in dtrace_proc_fork() argument
16571 if (!spawn) { in dtrace_proc_fork()