Home
last modified time | relevance | path

Searched refs:spawn_child (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.121.2/tools/tests/personas/
H A Dpersona_test_run_src.sh251 function spawn_child() { function
406 spawn_child $P0ID 1100
407 spawn_child $P0ID 0
408 spawn_child $P0ID 1100 1101
409 spawn_child $P0ID 1100 1101 1000,2000,3000
410 spawn_child $P0ID 1100 -1 1000,2000,3000
H A Dpersona_spawn.c62 spawn_child(int argc, char **argv, struct persona_args *pa) in spawn_child() function
401 ret = spawn_child(argc, argv, &pa); in main()