Searched refs:g_pid (Results 1 - 4 of 4) sorted by relevance

/external/lldb/tools/debugserver/source/
H A Ddebugserver.cpp39 nub_process_t g_pid = INVALID_NUB_PROCESS; variable
232 g_pid = pid;
290 g_pid = pid;
322 g_pid = pid;
349 g_pid = pid;
381 if (g_pid != INVALID_NUB_PROCESS)
386 switch (DNBProcessGetState (g_pid))
390 DNBProcessSignal (g_pid, SIGSTOP);
1348 g_pid = pid;
1388 g_pid
[all...]
H A Dlibdebugserver.cpp130 nub_process_t g_pid; variable
140 // DNBProcessKill (g_pid, signo);
/external/lldb/examples/interposing/darwin/fd_interposing/
H A DFDInterposing.cpp325 static int g_pid = -1; member in namespace:fd_interposing
413 if (g_pid != pid)
415 if (g_pid == -1)
417 g_pid = pid;
422 log ("pid=%i: disabling interposing file descriptor create and delete functions for child process %s (pid=%i)\n", g_pid, get_process_fullpath (true), pid);
428 return g_pid;
/external/chromium_org/components/crash/app/
H A Dbreakpad_linux.cc86 pid_t g_pid = 0; member in namespace:breakpad::__anon6409
589 info.pid = g_pid;
694 info.pid = g_pid;
741 g_pid = getpid();
883 g_pid = getpid();

Completed in 1440 milliseconds