Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/migrate_pages/
Dmigrate_pages02.c240 int child_ready[2]; in test_migrate_other_process() local
244 if (pipe(child_ready) == -1) in test_migrate_other_process()
258 close(child_ready[0]); in test_migrate_other_process()
271 if (write(child_ready[1], &tmp, 1) != 1) in test_migrate_other_process()
281 close(child_ready[1]); in test_migrate_other_process()
285 close(child_ready[1]); in test_migrate_other_process()
293 if (read(child_ready[0], &tmp, 1) != 1) in test_migrate_other_process()
302 close(child_ready[0]); in test_migrate_other_process()