Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/clone/
H A Dclone02.c97 static int parent_variable; variable
215 * Set value for parent_variable in parent, which will be in test_setup()
218 parent_variable = PARENT_VALUE; in test_setup()
302 * test_VM() - function to change parent_variable from child's
310 parent_variable = CHILD_VALUE; in test_VM()
385 * whether child's modification to parent_variable
392 if (parent_variable == CHILD_VALUE) in modified_VM()
393 /* child has modified parent_variable */ in modified_VM()

Completed in 1 milliseconds