| /xnu-8019.80.24/tests/ |
| H A D | posix_spawn_alt_rosetta.c | 41 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 D | vm_set_max_addr_test.c | 35 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 D | fd_table_limits.c | 58 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 D | posix_spawn_file_actions.c | 45 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 D | subsystem_root_path.h | 18 if (posix_spawn(&pid, args[0], NULL, attr, args, NULL)) { in _spawn_and_wait()
|
| H A D | port_exhaustion.c | 36 err = posix_spawn(&child_pid, child_args[0], NULL, &attrs, &child_args[0], environ);
|
| H A D | vm_spawn_tool.c | 57 posix_spawn(&newpid, prog_path, &fileactions, &spawnattrs, &argv[1], environ); in main()
|
| H A D | contextswitch.c | 61 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 D | perf_spawn_fork.c | 23 err = posix_spawn(&pid, args[0], NULL, NULL, args, NULL); \
|
| H A D | prioritize_process_launch_helper.c | 208 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 D | posix_spawn_file_actions_add_fileportdup2_np.c | 51 ret = posix_spawn(&child_pid, prog, &fact, &attr, argv_child, environ);
|
| H A D | suspended_spawn_26184412.c | 50 ret = posix_spawn(&child_pid, prog, NULL, &attr, argv_child, environ); in spawn_and_signal()
|
| H A D | posix_spawn_posix_cred.c | 60 ret = posix_spawn(&child_pid, prog, NULL, &attr, argv_child, environ);
|
| H A D | posix_spawn_archpref.c | 28 ret = posix_spawn(&pid, path, NULL, &spawnattr, NULL, NULL); in run_test()
|
| H A D | kevent_continuous_time.c | 57 …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 D | stackshot_spawn_exit_stress.c | 114 int sp_ret = posix_spawn(&pid, args[0], &actions, NULL, args, NULL);
|
| H A D | posix_spawn_filtering.c | 88 ret = posix_spawn(&child_pid, prog, &file_actions, NULL, argv_child, envp_child);
|
| H A D | mach_continuous_time.c | 187 …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 D | port_table_limits.c | 64 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 D | exc_resource_threads.c | 177 T_EXPECT_POSIX_ZERO(posix_spawn(&helper_pid, args[0], NULL, &attr, args, NULL), "posix_spawn");
|
| H A D | perf_exit.c | 168 int bret = posix_spawn(&pid, args[0], NULL, NULL, args, NULL);
|
| /xnu-8019.80.24/bsd/man/man2/ |
| H A D | Makefile | 248 posix_spawn.2 251 posix_spawn.2 posix_spawnp.2 \
|
| /xnu-8019.80.24/tests/vm_memory_tests_src/ |
| H A D | main.c | 70 …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 D | run.c | 69 ret = posix_spawn(&pid, newargv[0], NULL, NULL, newargv, environ); in work()
|
| /xnu-8019.80.24/tests/vm/ |
| H A D | entitlement_increased_memory_limit.c | 80 ret = posix_spawn(&pid, testpath, NULL, &attr, args, *_NSGetEnviron()); in spawn_child_with_memlimit()
|