Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/containers/pidns/
Dpidns16.c62 pid_t expected_pid; in child_signal_handler() local
68 expected_pid = PARENT_PID; in child_signal_handler()
71 expected_pid = CHILD_PID; in child_signal_handler()
78 if (si->si_pid == expected_pid) in child_signal_handler()
80 expected_pid); in child_signal_handler()
83 " expecting pid %d", si->si_pid, expected_pid); in child_signal_handler()
/external/autotest/scheduler/
Dmonitor_db_unittest.py582 def _check_monitor(self, expected_pid, expected_exit_status, argument
584 if expected_pid is None:
587 self.assertEquals(self.monitor._state.process.pid, expected_pid)
596 def _test_read_pidfile_helper(self, expected_pid, expected_exit_status, argument
599 self._check_monitor(expected_pid, expected_exit_status,
639 def _test_get_pidfile_info_helper(self, expected_pid, expected_exit_status, argument
642 self._check_monitor(expected_pid, expected_exit_status,