Home
last modified time | relevance | path

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

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