Home
last modified time | relevance | path

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

/external/kmod/testsuite/
Dtestsuite.c221 int fderr[2], int fdmonitor[2]) in test_run_child()
245 close(fdmonitor[0]); in test_run_child()
294 int fdout, int fderr, int fdmonitor, pid_t child) in test_run_parent_check_outputs() argument
348 ep_monitor.data.ptr = &fdmonitor; in test_run_parent_check_outputs()
349 if (epoll_ctl(fd_ep, EPOLL_CTL_ADD, fdmonitor, &ep_monitor) < 0) { in test_run_parent_check_outputs()
358 for (err = 0; fdmonitor >= 0 || fdout >= 0 || fderr >= 0;) { in test_run_parent_check_outputs()
454 if (err == 0 && fdmonitor >= 0) { in test_run_parent_check_outputs()
742 int fderr[2], int fdmonitor[2], pid_t child) in test_run_parent()
753 close(fdmonitor[1]); in test_run_parent()
756 fdmonitor[0], child); in test_run_parent()
[all …]