Home
last modified time | relevance | path

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

/xnu-8020.101.4/tools/tests/personas/
H A Dpersona_test_run_src.sh273 function spawn_child() { function
462 spawn_child $P0ID
463 spawn_child $P0ID 1100
464 spawn_child $P0ID 0
465 spawn_child $P0ID -1 1101
466 spawn_child $P0ID 1100 1101
467 spawn_child $P0ID 1100 1101 1000,2000,3000
468 spawn_child $P0ID 1100 -1 1000,2000,3000
469 spawn_child $P0ID -1 -1 1000,2000,3000
475 spawn_child $P0ID
[all …]
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()