Home
last modified time | relevance | path

Searched refs:PID (Results 1 - 25 of 28) sorted by relevance

12

/third_party/jerryscript/tools/
H A Drss-measure.sh31 SUM=`ps -o rss $PID | grep [0-9]`
33 SUM=$(grep -o -e "^[0-9a-f][0-9a-f]*.*" -e "^Rss.*" /proc/$PID/smaps 2>/dev/null | grep -A 1 -- "r[w-]-p " | grep "^Rss"|awk '{s += $2;} END {print s;}')
53 PID=$!
55 while kill -0 "$PID" > /dev/null 2>&1;
62 wait "$PID" || exit 1
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/include/
H A Dcpuhotplug_testsuite.sh57 # pid_is_valid(PID)
59 # Checks if the given $PID is still running. Returns a true value if
64 PID=$1
65 ps --pid ${PID} --no-header | grep ${PID}
69 # kill_pid(PID)
76 PID=$1
77 kill -9 $PID > /dev/null 2>&1
H A Dcpuhotplug_hotplug.sh37 # get_affinity(PID)
48 # set_affinity(PID, CPU)
50 # Sets the affinity for the given PID to the specified CPU.
54 PID="$1"
57 `taskset -p ${MASK} ${PID} > /dev/null 2>&1`
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
H A DFDRTraceExpander.cpp44 CurrentRecord.PId = PID; in visit()
59 CurrentRecord.PId = PID; in visit()
74 CurrentRecord.PId = PID; in visit()
91 PID = R.pid(); in visit()
100 PID = R.tid(); in visit()
117 CurrentRecord.PId = PID; in visit()
H A DRecordInitializer.cpp338 R.PID = E.getSigned(&OffsetPtr, 4); in visit()
/third_party/ltp/testcases/kernel/controllers/memctl/
H A Drun_memctl_test.sh143 PID[$i]=$!;
170 echo ${PID[$i]} >>/dev/memctl/group_2/tasks;
205 kill -SIGUSR1 ${PID[$i]};
214 kill -SIGUSR2 ${PID[$i]};
227 kill -SIGUSR1 ${PID[$i]};
250 wait ${PID[$i]};
/third_party/wpa_supplicant/wpa_supplicant-2.9/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
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DIRPrintingPasses.cpp134 const char *PID = (const char*)P->getPassID(); in isIRPrintingPass() local
136 return (PID == &PrintModulePassWrapper::ID) || in isIRPrintingPass()
137 (PID == &PrintFunctionPassWrapper::ID); in isIRPrintingPass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DLockFileManager.cpp52 // Read the owning host and PID out of the lock file. If it appears that the in readLockFile()
66 int PID; in readLockFile() local
67 if (!PIDStr.getAsInteger(10, PID)) { in readLockFile()
68 auto Owner = std::make_pair(std::string(Hostname), PID); in readLockFile()
109 bool LockFileManager::processStillExecuting(StringRef HostID, int PID) { in processStillExecuting() argument
116 if (StoredHostID == HostID && getsid(PID) == -1 && errno == ESRCH) in processStillExecuting()
203 // We failed to write out PID, so report the error, remove the in LockFileManager()
/third_party/ltp/testcases/network/xinetd/
H A Dxinetd_tests.sh29 log_on_success = HOST PID
40 log_on_success = HOST PID
/third_party/ltp/testcases/kernel/controllers/cpuctl/
H A Drun_cpuctl_stress_test.sh173 PID[$TASK_NUM]=$!;
251 PID[$TASK_NUM]=$!;
318 PID[$TASK_NUM]=$!;
364 wait ${PID[$i]};
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DLockFileManager.h67 static bool processStillExecuting(StringRef Hostname, int PID);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
H A DFDRTraceExpander.h26 int32_t PID = 0; member in llvm::xray::TraceExpander
H A DFDRRecords.h314 int32_t PID = 0; member in llvm::xray::PIDRecord
325 PID(P) {} in PIDRecord()
327 int32_t pid() const { return PID; } in pid()
/third_party/ltp/testcases/network/stress/udp/uni-basic/
H A Dudp4-uni-basic01297 server_pid=`grep PID: $info_file | cut -f 2 -d ' '`
/third_party/ltp/testcases/network/stress/tcp/multi-diffnic/
H A Dtcp4-multi-diffnic01340 server_pid=`grep PID: $info_file | cut -f 2 -d ' '`
/third_party/ltp/testcases/network/stress/tcp/multi-sameport/
H A Dtcp4-multi-sameport01334 server_pid=`grep PID: $info_file | cut -f 2 -d ' '`
/third_party/ltp/testcases/network/stress/udp/multi-diffnic/
H A Dudp4-multi-diffnic01306 server_pid=`grep PID: $info_file | cut -f 2 -d ' '`
/third_party/nghttp2/src/
H A Dshrpx_log.h234 PID, member in shrpx::LogFragmentType
/third_party/ltp/testcases/network/stress/tcp/multi-diffip/
H A Dtcp4-multi-diffip01389 server_pid=`grep PID: $info_file | cut -f 2 -d ' '`
/third_party/ltp/testcases/network/stress/tcp/uni-basic/
H A Dtcp4-uni-basic01493 server_pid=`grep PID: $info_file | cut -f 2 -d ' '`
/third_party/ltp/testcases/network/stress/udp/multi-diffip/
H A Dudp4-multi-diffip01356 server_pid=`grep PID: $info_file | cut -f 2 -d ' '`

Completed in 14 milliseconds

12