Searched refs:PID (Results 26 - 35 of 35) sorted by path

12

/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-script.c213 if ((PRINT_FIELD(PID) || PRINT_FIELD(TID)) &&
300 if (PRINT_FIELD(PID) && PRINT_FIELD(TID))
302 else if (PRINT_FIELD(PID))
/external/llvm/include/llvm/Support/
H A DLockFileManager.h66 static bool processStillExecuting(StringRef Hostname, int PID);
/external/llvm/lib/Support/
H A DLockFileManager.cpp34 // Read the owning host and PID out of the lock file. If it appears that the
48 int PID; local
49 if (!PIDStr.getAsInteger(10, PID)) {
50 auto Owner = std::make_pair(std::string(Hostname), PID);
60 bool LockFileManager::processStillExecuting(StringRef Hostname, int PID) { argument
67 if (MyHostname == Hostname && getsid(PID) == -1 && errno == ESRCH)
116 // We failed to write out PID, so make up an excuse, remove the
/external/llvm/lib/Support/Unix/
H A DProgram.inc245 pid_t PID = 0;
246 int Err = posix_spawn(&PID, Program.str().c_str(), FileActions,
256 PI.Pid = PID;
/external/ltrace/sysdeps/linux-gnu/
H A Dproc.c58 #define PROC_PID_FILE(VAR, FORMAT, PID) \
60 sprintf(VAR, FORMAT, PID)
/external/skia/platform_tools/android/bin/
H A Dandroid_gdb_apk39 PID=$($ADB shell ps | grep com.skia | awk '{print $2}')
40 echo "Attaching to pid: $PID"
41 $ADB shell /data/local/tmp/gdbserver :$PORT --attach $PID &
/external/skia/platform_tools/barelinux/bin/
H A Darm64_download108 for PID in $(ps -o 'pid=' -C 'Foundation_v8') ; do
109 kill $PID
/external/strace/
H A Dstrace-log-merge8 Finds all STRACE_LOG.PID files, adds PID prefix to every line,
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dp2p-action-udhcp.sh14 PID=`cat $PF`
15 if [ $PID -gt 0 ]; then
16 if ps $PID | grep -q $NAME; then
17 kill $PID
H A Dp2p-action.sh14 PID=`cat $PF`
15 if [ $PID -gt 0 ]; then
16 if ps $PID | grep -q $NAME; then
17 kill $PID

Completed in 363 milliseconds

12