Home
last modified time | relevance | path

Searched refs:posix_spawn (Results 1 – 25 of 40) sorted by relevance

12

/xnu-8019.80.24/tests/
H A Dposix_spawn_alt_rosetta.c41 ret = posix_spawn(&pid, path, NULL, &spawnattr, NULL, NULL);
53 ret = posix_spawn(&pid, path, NULL, &spawnattr, NULL, NULL);
65 ret = posix_spawn(&pid, path, NULL, &spawnattr, NULL, NULL);
H A Dvm_set_max_addr_test.c35 result = posix_spawn(&child_pid, command_path, NULL, &attrp, command_args, NULL);
47 result = posix_spawn(&child_pid, command_path, NULL, &attrp, command_args, NULL);
H A Dfd_table_limits.c58 err = posix_spawn(&child_pid, child_args[0], NULL, &attrs, child_args, environ);
99 err = posix_spawn(&child_pid, child_args[0], NULL, &attrs, child_args, environ);
140 err = posix_spawn(&child_pid, child_args[0], NULL, &attrs, child_args, environ);
268 err = posix_spawn(&child_pid, child_args[0], NULL, &attrs, &child_args[0], environ);
H A Dposix_spawn_file_actions.c45 ret = posix_spawn(&child_pid, prog, &file_actions, NULL, argv_child, environ);
114 ret = posix_spawn(&child_pid, prog, &file_actions, NULL, argv_child, environ);
H A Dsubsystem_root_path.h18 if (posix_spawn(&pid, args[0], NULL, attr, args, NULL)) { in _spawn_and_wait()
H A Dport_exhaustion.c36 err = posix_spawn(&child_pid, child_args[0], NULL, &attrs, &child_args[0], environ);
H A Dvm_spawn_tool.c57 posix_spawn(&newpid, prog_path, &fileactions, &spawnattrs, &argv[1], environ); in main()
H A Dcontextswitch.c61 spawn_ret = posix_spawn(&pid, clpcctrl_args[0], NULL, NULL, clpcctrl_args, environ); in csw_perf_test_init()
70 spawn_ret = posix_spawn(&pid, clpcctrl_args[0], NULL, NULL, clpcctrl_args, environ); in csw_perf_test_cleanup()
H A Dperf_spawn_fork.c23 err = posix_spawn(&pid, args[0], NULL, NULL, args, NULL); \
H A Dprioritize_process_launch_helper.c208 ret = posix_spawn(&child_pid, binary, NULL, &attr, new_argv, NULL); in main()
251 ret = posix_spawn(&child_pid, binary, NULL, &attr, new_argv, NULL); in main()
H A Dposix_spawn_file_actions_add_fileportdup2_np.c51 ret = posix_spawn(&child_pid, prog, &fact, &attr, argv_child, environ);
H A Dsuspended_spawn_26184412.c50 ret = posix_spawn(&child_pid, prog, NULL, &attr, argv_child, environ); in spawn_and_signal()
H A Dposix_spawn_posix_cred.c60 ret = posix_spawn(&child_pid, prog, NULL, &attr, argv_child, environ);
H A Dposix_spawn_archpref.c28 ret = posix_spawn(&pid, path, NULL, &spawnattr, NULL, NULL); in run_test()
H A Dkevent_continuous_time.c57 …T_ASSERT_POSIX_ZERO((spawn_ret = posix_spawn(&pid, pmset1_args[0], NULL, NULL, pmset1_args, enviro… in trigger_sleep()
63 …T_ASSERT_POSIX_ZERO((spawn_ret = posix_spawn(&pid, pmset2_args[0], NULL, NULL, pmset2_args, enviro… in trigger_sleep()
H A Dstackshot_spawn_exit_stress.c114 int sp_ret = posix_spawn(&pid, args[0], &actions, NULL, args, NULL);
H A Dposix_spawn_filtering.c88 ret = posix_spawn(&child_pid, prog, &file_actions, NULL, argv_child, envp_child);
H A Dmach_continuous_time.c187 …T_ASSERT_POSIX_ZERO((spawn_ret = posix_spawn(&pid, pmset1_args[0], NULL, NULL, pmset1_args, enviro…
193 …T_ASSERT_POSIX_ZERO((spawn_ret = posix_spawn(&pid, pmset2_args[0], NULL, NULL, pmset2_args, enviro…
H A Dport_table_limits.c64 err = posix_spawn(&child_pid, child_args[0], NULL, &attrs, child_args, environ);
268 err = posix_spawn(&child_pid, child_args[0], NULL, &attrs, &child_args[0], environ);
H A Dexc_resource_threads.c177 T_EXPECT_POSIX_ZERO(posix_spawn(&helper_pid, args[0], NULL, &attr, args, NULL), "posix_spawn");
H A Dperf_exit.c168 int bret = posix_spawn(&pid, args[0], NULL, NULL, args, NULL);
/xnu-8019.80.24/bsd/man/man2/
H A DMakefile248 posix_spawn.2
251 posix_spawn.2 posix_spawnp.2 \
/xnu-8019.80.24/tests/vm_memory_tests_src/
H A Dmain.c70 …T_ASSERT_POSIX_ZERO(posix_spawn(&pid, VM_SPAWN_TOOL, &actions, NULL, argv, environ), "spawn %s", s… in spawn_process()
72 …T_ASSERT_POSIX_ZERO(posix_spawn(&pid, buffer, &actions, NULL, argv, environ), "spawn %s", serviceN… in spawn_process()
/xnu-8019.80.24/tools/tests/execperf/
H A Drun.c69 ret = posix_spawn(&pid, newargv[0], NULL, NULL, newargv, environ); in work()
/xnu-8019.80.24/tests/vm/
H A Dentitlement_increased_memory_limit.c80 ret = posix_spawn(&pid, testpath, NULL, &attr, args, *_NSGetEnviron()); in spawn_child_with_memlimit()

12