Home
last modified time | relevance | path

Searched refs:child_root (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/controllers/freezer/
H A Dtimed_forkbomb.c32 pid_t child_root; in main() local
64 child_root = fork(); in main()
65 if (child_root == -1) in main()
67 /* if (child_root == 0) in main()
70 if (child_root == 0) { in main()
82 if (child_root != 0) in main()

Completed in 1 milliseconds