代码搜索结果
找到约 12,494 项符合
PID 的代码
sigchld.c
#include
#include
#include
int no_signal_caught = 1;
void handler ( int signo )
{
no_signal_caught = 0;
}
main()
{
pid_t pid;
signal ( SIGCHLD, handler );
waitpid.c
#include
#include
#include
int
main (int argc, char **argv)
{
int pid, n;
if ((pid = fork ()) == 0)
exit (0);
sleep (2);
if ((n = waitpid (pid, NULL, 0))
board.in
PROCESSOR_TYPE = ARM7T
BOARD_TYPE = PID
BOARD_NAME = PID7T
ser_arm_pid.cdl
# ====================================================================
#
# ser_arm_pid.cdl
#
# eCos serial ARM/PID configuration data
#
# ====================================================
index.gml
.close效果:text{
anti=1;font=黑体,20;color=#FFFFFF;pid=desktop;align=center,center;class=centerclass;
ctrl=loopt(1,alpha,20,505,28,20,bout);
Onbout={
mainstyle.gml
#ifndef MAINSTYLE
#define MAINSTYLE
#define COMMCONNECTLIST "169.254.159.182,169.254.159.182"
.通讯显示:text{
pid=desktop;zorder=top;zorder=zorder+8120;
bk=roundbar(#FFFFCC,6,#000066,-
ui.gml
#define TASKH 24
#define MANWIDTH 180
.titlebar:div{
pos=0,0;
size=pid.width,100;
bk=null;
onsize={};
OnCreate={