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

  /external/autotest/utils/
parallel.py 43 self.pid_map = {}
51 self.pid_map[pid] = function
63 while len(self.pid_map) > 0 or len(self.ready_to_run) > 0:
64 max_allowed = self.max_procs - len(self.pid_map)
71 fn = self.pid_map.pop(pid)
  /external/blktrace/iowatcher/
blkparse.c 174 struct pid_map { struct
318 static struct pid_map *process_hash_search(u32 pid)
322 struct pid_map *pm;
332 static struct pid_map *process_hash_insert(u32 pid, char *name)
335 struct pid_map *pm;
352 pm = malloc(sizeof(struct pid_map) + strlen(name) + 1);
1019 static struct pid_map *get_pid_map(struct trace_file *tf, u32 pid)
1021 struct pid_map *pm;
1059 struct pid_map *pm;

Completed in 691 milliseconds