代码搜索结果

找到约 10,000 项符合 PID 的代码

tree.js

function Node(id, pid, name, url, title, target, icon, iconOpen, open) { this.id = id; this.pid = pid; this.name = name; this.url = url; this.title = title; this.target = target; thi

tree.h

struct tree_node { proc_t *proc; pid_t pid; pid_t ppid; char *line; char *cmd; char **cmdline; char **environ; int children; int maxchildren; int *child; in

run-test.sh

#! /bin/sh ie() { if ! test -z "$DBUS_SESSION_BUS_PID" ; then echo "killing message bus "$DBUS_SESSION_BUS_PID >&2 kill -9 $DBUS_SESSION_BUS_PID fi echo $SCRIPTNAME: $* >&

chap7_4.m

clear all; close all; nl_pid0=[0 0 0]; options=[1 0.01 0.01]; nl_pid=lsqnonlin('chap7_4f1',nl_pid0,options)

syskill.c

/* connector for kill */ #include int _DEFUN (kill, (pid, sig), int pid _AND int sig) { #ifdef REENTRANT_SYSCALLS_PROVIDED return _kill_r (_REENT, pid, sig); #else return _ki

syskill.c

/* connector for kill */ #include int _DEFUN (kill, (pid, sig), int pid _AND int sig) { #ifdef REENTRANT_SYSCALLS_PROVIDED return _kill_r (_REENT, pid, sig); #else return _ki

chap7_4.m

clear all; close all; nl_pid0=[0 0 0]; options=[1 0.01 0.01]; nl_pid=lsqnonlin('chap7_4f1',nl_pid0,options)