Home
last modified time | relevance | path

Searched refs:m_pid (Results 1 – 17 of 17) sorted by relevance

/external/lldb/tools/debugserver/source/MacOSX/
DMachProcess.cpp74 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 …]
DMachProcess.h159 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/
DRNBContext.h54 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;
DRNBContext.cpp74 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/
DProcessMonitor.h68 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
DProcessMonitor.cpp677 : 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/
DProcessMonitor.h73 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
DProcessMonitor.cpp909 : 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/
Dsshd.c362 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 …]
Dmonitor.h79 pid_t m_pid; member
Dmonitor.c449 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()
Dmonitor_wrap.c128 return (pmonitor && pmonitor->m_pid > 0); in mm_is_monitor()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
DbtDbvtBroadphase.cpp139 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()
DbtDbvtBroadphase.h84 int m_pid; // Parse id member
/external/lldb/include/lldb/Target/
DProcess.h122 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/
DProcess.cpp236 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/
Dcollision_wrap.cpp29571 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()