Searched refs:launch_tool_args (Results 1 – 7 of 7) sorted by relevance
| /xnu-11215/tests/ |
| H A D | test_utils.c | 39 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 D | memorystatus_zone_test.c | 577 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 D | perf_compressor.c | 187 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 D | task_suspend_stats.c | 173 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 D | libmalloc_apple_array.c | 145 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 D | vm_reclaim.c | 109 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 D | memorystatus_freeze_test.c | 333 char **launch_tool_args; local 358 launch_tool_args = (char *[]){ 368 ret = dt_launch_tool(&child_pid, launch_tool_args, true, NULL, NULL);
|