代码搜索结果
找到约 10,000 项符合
PID 的代码
leak_var.tests
pid=$$
# Warm up
beg=`ps -o pid,vsz | grep "^ *$pid "`
i=1
while test $i != X; do
unset t
t=111111111111111111111111111111111111111111111111111111111111111111111111
export t
unset t
leak_var.tests
pid=$$
# Warm up
beg=`ps -o pid,vsz | grep "^ *$pid "`
i=1
while test $i != X; do
unset t
t=111111111111111111111111111111111111111111111111111111111111111111111111
export t
unset t
propidl.int
// propidl.h line 386
// Reserved global Property IDs
const
PID_DICTIONARY = $00000000; // integer count + array of entries
{$EXTERNALSYM PID_DICTIONARY}
PID_CODEPAGE =
leak_var.tests
pid=$$
# Warm up
beg=`ps -o pid,vsz | grep "^ *$pid "`
i=1
while test $i != X; do
unset t
t=111111111111111111111111111111111111111111111111111111111111111111111111
export t
unset t
leak_var.tests
pid=$$
# Warm up
beg=`ps -o pid,vsz | grep "^ *$pid "`
i=1
while test $i != X; do
unset t
t=111111111111111111111111111111111111111111111111111111111111111111111111
export t
unset t
threeservos_init.cpp
// Task scheduling and control.
//
// This example extends the simple PID control example (located in
// $DIR/examples/simple_pid) to the case of three PID-tasks running
// concurrently on the same CP
kill_n_check.sh
#!/bin/sh
if [ $# -ne 2 ]; then
echo "Usage: kill_n_check.sh killed|restarted"
exit 0
fi
pid_path="$1"
expected_result="$2"
if [ -z "$pid_path" -o ! -r "$pid_path" ]; then
ech
car.java
package myshop;
public class Car {
int Pid = 0;
int Quantity = 0;
public void setPid(int InputId) {
Pid = InputId;
}
public int getPid() {
return(Pid);
}
public void setQuan