Searched defs:pid (Results 326 - 350 of 517) sorted by relevance

<<11121314151617181920>>

/external/lldb/tools/darwin-threads/
H A Dexamine-threads.c13 the pid of that matched process.
65 printf (" defaulting to the highest-pid one, %d\n", highest_pid);
70 /* Given a pid, get the full executable name (including directory
77 get_process_name_for_pid (pid_t pid) argument
80 if (proc_pidpath (pid, tmp_name, sizeof (tmp_name)) == 0)
82 printf ("Could not find process with pid of %d\n", (int) pid);
91 /* Get a struct kinfo_proc structure for a given pid.
98 get_kinfo_proc_for_pid (pid_t pid, const char *process_name) argument
101 int mib[] = { CTL_KERN, KERN_PROC, KERN_PROC_PID, pid };
255 get_proc_threadinfo(pid_t pid, uint64_t thread_handle, struct proc_threadinfo *pth) argument
272 pid_t pid = 0; local
[all...]
/external/ltrace/
H A Dhandle_event.c90 debug(DEBUG_FUNCTION, "handle_event(pid=%d, type=%d)",
91 event->proc ? event->proc->pid : -1, event->type);
122 event->proc->pid,
131 event->proc->pid,
139 event->proc->pid,
148 event->proc->pid,
157 event->proc->pid,
166 event->proc->pid,
175 event->proc->pid,
185 event->proc->pid, even
216 pid_t pid; member in struct:Pending_New
222 pending_new(pid_t pid) argument
238 pending_new_insert(pid_t pid) argument
254 pending_new_remove(pid_t pid) argument
580 pid_t pid = proc->pid; local
[all...]
/external/openssl/crypto/cms/
H A Dcms_env.c595 ASN1_OCTET_STRING **pid,
609 if (pid)
610 *pid = rkid->keyIdentifier;
593 CMS_RecipientInfo_kekri_get0_id(CMS_RecipientInfo *ri, X509_ALGOR **palg, ASN1_OCTET_STRING **pid, ASN1_GENERALIZEDTIME **pdate, ASN1_OBJECT **potherid, ASN1_TYPE **pothertype) argument
/external/oprofile/daemon/
H A Dopd_perfmon.c62 sched_setaffinity(pid_t pid, size_t len, cpu_set_t const * cpusetp) argument
64 return syscall(__NR_sched_setaffinity, pid, len, cpusetp);
90 pid_t pid; member in struct:child
121 if (children[i].pid == getpid()) {
134 if (children[i].pid == getpid()) {
287 load_args.load_pid = self->pid;
321 self->pid = getpid();
409 xen_ctx->pid = getpid();
452 children[i].pid = ret;
472 if (children[i].pid) {
[all...]
/external/oprofile/module/ia64/
H A Dop_syscalls.c96 note.pid = current->pid;
241 note.pid = old_pid;
251 u32 pid = current->pid; local
261 oprof_report_fork(pid, ret, pid, tgid);
267 u32 pid = current->pid; local
276 oprof_report_fork(pid, re
[all...]
/external/qemu/android/
H A Dmultitouch-port.c90 int pid; member in struct:AndroidMTEvent
102 int pid; member in struct:AndroidMTPtr
183 n, param->pid, param->x, param->y, param->pressure);
184 _on_action_move(param->pid, param->x, param->y, param->pressure);
193 param->pid, param->x, param->y, param->pressure);
194 _on_action_down(param->pid, param->x, param->y, param->pressure);
201 T("Multi-touch: LAST UP: %d", param->pid);
202 _on_action_up(param->pid);
210 param->pid, param->x, param->y, param->pressure);
211 _on_action_pointer_down(param->pid, para
[all...]
/external/qemu/distrib/ext4_utils/include/private/
H A Dandroid_filesystem_capability.h39 int pid; member in struct:__user_cap_header_struct
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
H A DXF86DGA.c594 pid_t pid; local
599 if ((pid = fork()) > 0) {
602 waitpid(pid, &status, 0);
613 return pid;
H A DXF86DGA2.c376 Pixmap pid; local
386 req->pid = pid = XAllocID(dpy);
430 dev->pixmap = (rep.flags & XDGAPixmap) ? pid : 0;
/external/valgrind/main/coregrind/
H A Dvgdb-invoker-ptrace.c85 // if > 0, pid for which registers have to be restored.
247 /* Wait till the process pid is reported as stopped with signal_expected.
249 will pass them to pid, waiting for signal_expected to stop pid.
251 Returns False if a problem was encountered while waiting for pid
254 If pid is reported as being dead/exited, waitstopped will return False.
257 Bool waitstopped (pid_t pid, int signal_expected, const char *msg) argument
267 p = waitpid(pid, &status, __WALL);
268 DEBUG(1, "after waitpid pid %d p %d status 0x%x %s\n", pid,
338 stop(pid_t pid, const char *msg) argument
357 attach(pid_t pid, const char *msg) argument
387 acquire_and_suspend_threads(pid_t pid) argument
474 detach_from_all_threads(pid_t pid) argument
542 getregs(pid_t pid, void *regs, long regs_bsz) argument
657 setregs(pid_t pid, void *regs, long regs_bsz) argument
731 restore_and_detach(pid_t pid) argument
781 invoker_invoke_gdbserver(pid_t pid) argument
[all...]
/external/blktrace/
H A Dblktrace_api.h59 __BLK_TN_PROCESS = 0, /* establish pid/name mapping */
102 __u32 pid; /* who did it */ member in struct:blk_io_trace
128 __u32 pid; member in struct:blk_user_trace_setup
/external/chromium_org/chrome/browser/password_manager/
H A Dnative_backend_kwallet_x.cc205 int32_t pid = -1; local
207 !reader.PopString(&error) || !reader.PopInt32(&pid)) {
/external/chromium_org/components/crash/tools/
H A Dcrash_service.cc134 DWORD pid; member in struct:breakpad::__anon6418::DumpJobInfo
141 : pid(process_id), self(service), map(crash_map), dump_path(path) {
288 VLOG(1) << "client start. pid = " << client_info->pid();
296 VLOG(1) << "client end. pid = " << client_info->pid();
358 DWORD pid = client_info->pid(); local
359 VLOG(1) << "dump for pid = " << pid << " i
[all...]
/external/chromium_org/content/browser/media/
H A Dwebrtc_internals_browsertest.cc80 PeerConnectionEntry(int pid, int lid) : pid_(pid), lid_(lid) {} argument
101 ss << "{pid:" << pid_ << ", lid:" << lid_ << ", log:[";
122 UserMediaRequestEntry(int pid, argument
127 : pid(pid),
133 int pid; member in class:content::UserMediaRequestEntry
177 ss << "{pid:" << pc.pid_ <<", lid:" << pc.lid_ << ", " <<
185 ss << "{pid:" << pc.pid_ <<", lid:" << pc.lid_ << "}";
193 ss << "{pid
249 int pid, rid; local
[all...]
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DChildProcessLauncher.java221 // Map from pid to ChildService connection.
246 private static boolean isOomProtected(int pid) { argument
247 return sBindingManager.isOomProtected(pid);
278 public static void setInForeground(int pid, boolean inForeground) { argument
279 sBindingManager.setInForeground(pid, inForeground);
404 public void onConnected(int pid) {
405 Log.d(TAG, "on connect callback, pid=" + pid + " context=" + clientContext);
406 if (pid != NULL_PROCESS_HANDLE) {
407 sBindingManager.addNewConnection(pid, connectio
435 stop(int pid) argument
514 logPidWarning(int pid, String message) argument
543 crashProcessForTesting(int pid) argument
555 nativeOnChildProcessStarted(long clientContext, int pid) argument
556 nativeEstablishSurfacePeer( int pid, Surface surface, int primaryID, int secondaryID) argument
[all...]
/external/chromium_org/ipc/
H A Dipc_channel_posix.cc636 void ChannelPosix::SetGlobalPid(int pid) { argument
637 global_pid_ = pid;
751 int pid = base::GetCurrentProcId(); local
755 pid = global_pid_;
758 return pid;
983 int pid; local
984 if (!msg.ReadInt(&iter, &pid))
1000 peer_pid_ = pid;
1001 listener()->OnChannelConnected(pid);
1085 void Channel::SetGlobalPid(int pid) { argument
[all...]
/external/chromium_org/tools/linux/
H A Dprocfs.py31 """Reads and stores information in /proc/pid/stat."""
78 def __init__(self, raw, pid, vsize, rss):
80 self._pid = pid
94 def load(pid):
96 with open(os.path.join('/proc', str(pid), 'stat'), 'r') as stat_f:
106 def pid(self): member in class:ProcStat
119 """Reads and stores information in /proc/pid/statm."""
156 def load(pid):
158 with open(os.path.join('/proc', str(pid), 'statm'), 'r') as statm_f:
197 """Reads and stores information in /proc/pid/statu
240 def pid(self): member in class:ProcStatus
677 def pid(self): member in class:_ProcessMemory
[all...]
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_x11.cc288 // Likewise, the X server needs to know this window's pid so it knows which
290 // XChangeProperty() expects "pid" to be long.
292 long pid = getpid(); local
299 reinterpret_cast<unsigned char*>(&pid), 1);
/external/chromium_org/v8/src/
H A Dd8-posix.cc146 explicit ZombieProtector(int pid): pid_(pid) { } argument
366 int pid,
378 waitid(P_PID, pid, &child_info, WEXITED | WNOHANG | WNOWAIT);
385 kill(pid, SIGINT);
411 waitpid(pid, &child_status, 0); // We hang here if the child doesn't exit.
488 pid_t pid = fork(); local
489 if (pid == 0) { // Child process.
495 ZombieProtector child_waiter(pid);
509 kill(pid, SIGIN
365 WaitForChild(Isolate* isolate, int pid, ZombieProtector& child_waiter, const struct timeval& start_time, int read_timeout, int total_timeout) argument
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_posix_libcdep.cc238 int pid = internal_fork(); local
239 if (pid == -1) {
248 } else if (pid == 0) {
273 int exited_pid = waitpid(pid, &pid_status, WNOHANG);
/external/dnsmasq/src/
H A Ddnsmasq.c58 static volatile pid_t pid = 0; variable
113 umask(022); /* known umask, create leases and pid files as 0644 */
298 pid_t pid; local
304 if ((pid = fork()) == -1)
308 if (pid != 0)
328 if ((pid = fork()) == -1)
331 if (pid != 0)
574 pid = getpid();
714 if (pid == 0)
721 else if (pid !
[all...]
/external/fio/
H A Dblktrace_api.h59 __BLK_TN_PROCESS = 0, /* establish pid/name mapping */
101 __u32 pid; /* who did it */ member in struct:blk_io_trace
127 __u32 pid; member in struct:blk_user_trace_setup
H A Dstat.h126 uint32_t pid; member in struct:thread_stat
/external/iproute2/misc/
H A Difstat.c514 pid_t pid; local
517 } else if ((pid = fork()) != 0) {
518 if (pid>0)
/external/ipsec-tools/src/libipsec/
H A Dpfkey.c717 pid_t pid = getpid(); local
726 newmsg->sadb_msg_pid == pid)
2162 pfkey_setsadbmsg(buf, lim, type, tlen, satype, seq, pid)
2168 pid_t pid;
2187 p->sadb_msg_pid = (u_int32_t)pid;

Completed in 752 milliseconds

<<11121314151617181920>>