OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_process
(Results
1 - 5
of
5
) sorted by null
/external/autotest/scheduler/
pidfile_monitor.py
81
self._drone_manager.kill_process(self.
get_process
())
90
def
get_process
(self):
member in class:PidfileRunMonitor
202
self._drone_manager.copy_results_on_drone(self.
get_process
(), **kwargs)
207
self._drone_manager.copy_to_results_repository(self.
get_process
(),
postjob_task.py
385
paired_process = self._paired_with_monitor().
get_process
()
agent_task.py
491
self.monitor.
get_process
(), type(self).__name__,
539
paired_with_process=self.monitor.
get_process
())
monitor_db.py
624
orphans.discard(agent_task.monitor.
get_process
())
[
all
...]
/system/extras/librank/
librank.c
159
struct process_info *
get_process
(pid_t pid) {
function
341
pi =
get_process
(pids[i]);
Completed in 604 milliseconds