Home
last modified time | relevance | path

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

/external/autotest/scheduler/
Dpidfile_monitor.py104 def _read_pidfile(self, use_second_read=False): member in PidfileRunMonitor
123 self._read_pidfile()
135 self._read_pidfile(use_second_read=True)
Ddrone_utility.py513 contents = self._pool.map(_read_pidfile, pidfile_paths)
519 content = _read_pidfile(path)
643 def _read_pidfile(pidfile_path): function
Dmonitor_db_unittest.py584 self.monitor._read_pidfile()
616 self.monitor._read_pidfile)