Home
last modified time | relevance | path

Searched refs:launch_tool_args (Results 1 – 7 of 7) sorted by relevance

/xnu-11215/tests/
H A Dtest_utils.c39 char **launch_tool_args; in launch_background_helper() local
47 launch_tool_args = (char *[]){ in launch_background_helper()
53 ret = dt_launch_tool(&pid, launch_tool_args, start_suspended, NULL, NULL); in launch_background_helper()
H A Dmemorystatus_zone_test.c577 char *launch_tool_args[4]; in spawn_child_process() local
588 launch_tool_args[0] = testpath; in spawn_child_process()
589 launch_tool_args[1] = "-n"; in spawn_child_process()
590 launch_tool_args[2] = helper_func; in spawn_child_process()
591 launch_tool_args[3] = NULL; in spawn_child_process()
594 int rc = dt_launch_tool(&pid, launch_tool_args, false, NULL, NULL); in spawn_child_process()
H A Dperf_compressor.c187 char **launch_tool_args; in run_compressor_test() local
245 launch_tool_args = (char *[]){ in run_compressor_test()
256 ret = dt_launch_tool(&pid, launch_tool_args, true, NULL, NULL); in run_compressor_test()
H A Dtask_suspend_stats.c173 char **launch_tool_args; in spawn_helper() local
183 launch_tool_args = (char *[]){ in spawn_helper()
191 ret = dt_launch_tool(&child_pid, launch_tool_args, false, NULL, NULL); in spawn_helper()
H A Dlibmalloc_apple_array.c145 char *launch_tool_args[] = { in get_apple_array() local
150 ret = dt_launch_tool(&child_pid, launch_tool_args, false, stdout_path, NULL); in get_apple_array()
/xnu-11215/tests/vm/
H A Dvm_reclaim.c109 char **launch_tool_args; in spawn_helper() local
118 launch_tool_args = (char *[]){ in spawn_helper()
126 ret = dt_launch_tool(&child_pid, launch_tool_args, false, NULL, NULL); in spawn_helper()
381 char **launch_tool_args; in test_after_background_helper_launches() local
399 launch_tool_args = (char *[]){ in test_after_background_helper_launches()
408 ret = dt_launch_tool(&child_pid, launch_tool_args, false, NULL, NULL); in test_after_background_helper_launches()
710 char **launch_tool_args; variable
722 launch_tool_args = (char *[]){
733 posix_spawn(&child_pid, testpath, NULL, &spawnattrs, launch_tool_args, environ);
H A Dmemorystatus_freeze_test.c333 char **launch_tool_args; local
358 launch_tool_args = (char *[]){
368 ret = dt_launch_tool(&child_pid, launch_tool_args, true, NULL, NULL);