HomeSort by relevance Sort by last modified time
    Searched refs:check_running_pid (Results 1 - 3 of 3) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
http_lock.py 95 if not (current_pid and self._executive.check_running_pid(int(current_pid))):
  /external/webkit/Tools/Scripts/webkitpy/common/system/
executive_unittest.py 199 self.assertTrue(executive.check_running_pid(os.getpid()))
201 self.assertFalse(executive.check_running_pid(100000))
executive.py 265 def check_running_pid(self, pid): member in class:Executive

Completed in 2347 milliseconds