代码搜索结果
找到约 10,000 项符合
PID 的代码
child05.c
/* include child_make */
#include "unp.h"
#include "child.h"
pid_t
child_make(int i, int listenfd, int addrlen)
{
int sockfd[2];
pid_t pid;
void child_main(int, int, int);
Socketpair(AF_LOCAL,
xl2tpd.init
#!/bin/sh /etc/rc.common
START=60
BIN=xl2tpd
DEFAULT=/etc/default/$BIN
RUN_D=/var/run
PID_F=$RUN_D/$BIN.pid
start() {
[ -f $DEFAULT ] && . $DEFAULT
$BIN $OPTIONS
}
stop() {
[ -f $PID_F ] && kill
child05.c
/* include child_make */
#include "unp.h"
#include "child.h"
pid_t
child_make(int i, int listenfd, int addrlen)
{
int sockfd[2];
pid_t pid;
void child_main(int, int, int);
Socketpair(AF_LOCAL,
run
#!/bin/sh
MICORC=/dev/null
export MICORC
# run Server
rm -f hello.ref
./server &
server_pid=$!
renice 19 $server_pid >/dev/null
trap "kill $server_pid > /dev/null 2> /dev/null" 0
for i in 0 1 2 3 4
run
#!/bin/sh
MICORC=/dev/null
export MICORC
# run Server
rm -f hello.ref
./server &
server_pid=$!
renice 19 $server_pid >/dev/null
trap "kill $server_pid > /dev/null 2> /dev/null" 0
for i in 0 1 2 3 4
run
#!/bin/sh
MICORC=/dev/null
export MICORC
# run Server
rm -f hello.ref
./server &
server_pid=$!
renice 19 $server_pid >/dev/null
trap "kill $server_pid > /dev/null 2> /dev/null" 0
for i in 0 1 2 3 4
run
#!/bin/sh
MICORC=/dev/null
export MICORC
# run Server
rm -f hello.ref
./server &
server_pid=$!
renice 19 $server_pid >/dev/null
trap "kill $server_pid > /dev/null 2> /dev/null" 0
for i in 0 1 2 3 4
autopid_in2.html
The ISA-PID Regulator :: Introduction to PID Autotuning (AutotunerPID Toolkit)
autopid_in2.html
The ISA-PID Regulator :: Introduction to PID Autotuning (AutotunerPID Toolkit)
delete.lua.svn-base
#!/usr/bin/lua
-- Copyright (C) 2008 OpenRB.com
require('fslib')
data = datajson() or {}
if (data['id'] ~= nil) then
pid = data['id']
pfile = '/proc/' .. pid .. '/cmdline'
if readfile(pfile)