/external/lldb/tools/debugserver/source/MacOSX/ |
D | MachProcess.cpp | 74 m_pid (0), in MachProcess() 123 m_pid = ::getpid (); in SetProcessID() 125 m_pid = pid; in SetProcessID() 126 return m_pid; // Return actualy PID in case a zero pid was passed in in SetProcessID() 229 if (m_cpu_type == 0 && m_pid != 0) in GetCPUType() 230 m_cpu_type = MachProcess::GetCPUTypeForLocalProcess (m_pid); in GetCPUType() 316 m_pid = INVALID_NUB_PROCESS; in Clear() 408 ::ptrace (PT_KILL, m_pid, 0, 0); in Kill() 411 …ss::Kill() DoSIGSTOP() ::ptrace (PT_KILL, pid=%u, 0, 0) => 0x%8.8x (%s)", m_pid, err.Error(), err.… in Kill() 544 nub_process_t pid = m_pid; in Detach() [all …]
|
D | MachProcess.h | 159 pid_t ProcessID () const { return m_pid; } in ProcessID() 160 bool ProcessIDIsValid () const { return m_pid > 0; } in ProcessIDIsValid() 268 pid_t m_pid; // Process ID of child process variable
|
/external/lldb/tools/debugserver/source/ |
D | RNBContext.h | 54 m_pid(INVALID_NUB_PROCESS), in RNBContext() 67 nub_process_t ProcessID() const { return m_pid; } in ProcessID() 68 bool HasValidProcessID() const { return m_pid != INVALID_NUB_PROCESS; } in HasValidProcessID() 123 nub_process_t m_pid;
|
D | RNBContext.cpp | 74 if (m_pid != INVALID_NUB_PROCESS) in SetProcessID() 80 m_pid = pid; in SetProcessID() 258 nub_state_t pid_state = DNBProcessGetState(m_pid); in ProcessStateRunning()
|
/external/lldb/source/Plugins/Process/FreeBSD/ |
D | ProcessMonitor.h | 68 GetPID() const { return m_pid; } in GetPID() 201 lldb::pid_t m_pid; variable 265 lldb::pid_t m_pid; // pid of the process to be attached. member
|
D | ProcessMonitor.cpp | 677 : OperationArgs(monitor), m_pid(pid) { } in AttachArgs() 706 m_pid(LLDB_INVALID_PROCESS_ID), in ProcessMonitor() 767 m_pid(pid), in ProcessMonitor() 997 monitor->m_pid = pid; in Launch() 1058 lldb::pid_t pid = args->m_pid; in Attach()
|
/external/lldb/source/Plugins/Process/Linux/ |
D | ProcessMonitor.h | 73 GetPID() const { return m_pid; } in GetPID() 193 lldb::pid_t m_pid; variable 257 lldb::pid_t m_pid; // pid of the process to be attached. member
|
D | ProcessMonitor.cpp | 909 : OperationArgs(monitor), m_pid(pid) { } in AttachArgs() 938 m_pid(LLDB_INVALID_PROCESS_ID), in ProcessMonitor() 997 m_pid(LLDB_INVALID_PROCESS_ID), in ProcessMonitor() 1223 monitor->m_pid = pid; in Launch() 1291 lldb::pid_t pid = args->m_pid; in Attach() 1373 monitor->m_pid = pid; in Attach() 1626 int ret = tgkill(m_pid, tid, SIGSTOP); in StopThread() 1641 lldb::pid_t wait_pid = ::waitpid (-1*m_pid, &status, __WALL); in StopThread()
|
/external/openssh/ |
D | sshd.c | 362 if (use_privsep && pmonitor != NULL && pmonitor->m_pid > 0) in grace_alarm_handler() 363 kill(pmonitor->m_pid, SIGALRM); in grace_alarm_handler() 676 pmonitor->m_pid = pid; in privsep_preauth() 696 pmonitor->m_pid = -1; in privsep_preauth() 700 pmonitor->m_pid = -1; in privsep_preauth() 748 pmonitor->m_pid = fork(); 749 if (pmonitor->m_pid == -1) 751 else if (pmonitor->m_pid != 0) { 752 verbose("User child is on pid %ld", (long)pmonitor->m_pid); 2622 pmonitor != NULL && pmonitor->m_pid > 1) { [all …]
|
D | monitor.h | 79 pid_t m_pid; member
|
D | monitor.c | 449 monitor_set_child_handler(pmonitor->m_pid); in monitor_child_postauth() 1531 s->pid = pmonitor->m_pid; in mm_answer_pty() 1795 while (waitpid(pmonitor->m_pid, &status, 0) == -1) in mm_answer_term()
|
D | monitor_wrap.c | 128 return (pmonitor && pmonitor->m_pid > 0); in mm_is_monitor()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/ |
D | btDbvtBroadphase.cpp | 139 m_pid = 0; in btDbvtBroadphase() 394 if(0==(m_pid%DBVT_BP_PROFILING_RATE)) in calculateOverlappingPairs() 584 ++m_pid; in collide() 655 m_pid = 0; in resetPool()
|
D | btDbvtBroadphase.h | 84 int m_pid; // Parse id member
|
/external/lldb/include/lldb/Target/ |
D | Process.h | 122 m_pid (LLDB_INVALID_PROCESS_ID) in ProcessInfo() 135 m_pid (pid) in ProcessInfo() 148 m_pid = LLDB_INVALID_PROCESS_ID; in Clear() 245 return m_pid; in GetProcessID() 251 m_pid = pid; in SetProcessID() 257 return m_pid != LLDB_INVALID_PROCESS_ID; in ProcessIDIsValid() 321 lldb::pid_t m_pid; variable
|
/external/lldb/source/Target/ |
D | Process.cpp | 236 if (m_pid != LLDB_INVALID_PROCESS_ID) in Dump() 237 s.Printf (" pid = %" PRIu64 "\n", m_pid); in Dump() 324 if (m_pid != LLDB_INVALID_PROCESS_ID) in DumpAsTableRow() 327 s.Printf ("%-6" PRIu64 " %-6" PRIu64 " ", m_pid, m_parent_pid); in DumpAsTableRow()
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/ |
D | collision_wrap.cpp | 29571 if (arg1) (arg1)->m_pid = arg2; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btDbvtBroadphase_1pid_1set() 29584 result = (int) ((arg1)->m_pid); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btDbvtBroadphase_1pid_1get()
|