Home
last modified time | relevance | path

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

/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
Dhttp_lock.py93 current_pid = current_lock_file.readline()
95 if not (current_pid and self._executive.check_running_pid(int(current_pid))):
101 return int(current_pid)
/external/chromium/base/
Dlinux_util.cc221 const pid_t current_pid = *i; in FindProcessHoldingSocket() local
223 snprintf(buf, sizeof(buf), "/proc/%d/fd", current_pid); in FindProcessHoldingSocket()
229 if (snprintf(buf, sizeof(buf), "/proc/%d/fd/%s", current_pid, in FindProcessHoldingSocket()
243 *pid_out = current_pid; in FindProcessHoldingSocket()
/external/qemu/
Dtrace.c144 int current_pid; variable
1562 current_pid = pid; in trace_switch()
1597 sim_time, current_pid, name); in trace_name()
1615 comp_ptr = varint_encode(current_pid, comp_ptr); in trace_name()
1953 sim_time, current_pid, addr, call_type); in trace_interpreted_method()
1968 int32_t pid_diff = current_pid - trace_method.prev_pid; in trace_interpreted_method()
1969 trace_method.prev_pid = current_pid; in trace_interpreted_method()