代码搜索结果
找到约 10,000 项符合
PID 的代码
pidq.asm
;============================================================
; Filename: pid.asm
;
; Module names: pid_reg_id, pid_reg_iq
;
; Initialization routines: pid_reg_id_init, pid_reg_iq_init
;
;
; D
sigchld.c
#include "calld.h"
#include
/* SIGCHLD handler, invoked when a child terminates. */
void
sig_chld(int signo)
{
int stat, errno_save;
pid_t pid;
errno_save = errno; /* l
sigchld.c
#include "calld.h"
#include
/* SIGCHLD handler, invoked when a child terminates. */
void
sig_chld(int signo)
{
int stat, errno_save;
pid_t pid;
errno_save = errno; /* log_msg() mi
daemon.c
#include
#include
#include
#include
#include
#include
#include
#include
int init_daemon(void)
{
int pid;
int i;
prcssync.c
/*
Process-synchronization examples
AUP2, Sec. 9.02.3
Copyright 2003 by Marc J. Rochkind. All rights reserved.
May be copied only for purposes and under conditions described
on the Web page www.
init.gprs-pppd
#!/system/bin/sh
# An unforunate wrapper script
# so that the exit code of pppd may be retrieved
# this is a workaround for issue #651747
#trap "/system/bin/sleep 1;exit 0" TERM
PPPD_PID=
/syste
decoder.cpp
/* Copyright (C) 1995, Tektronix Inc. All Rights Reserved.
*
* Usage Restrictions
*
* License is granted to copy, to use, and to make and to use derivative
* works for research and evaluation p
cond5.test
#! /bin/sh
# Yet another sources-in-conditional test. Report from Tim Goodwin.
. $srcdir/defs || exit 1
cat > configure.in
sigchld.c
#include "calld.h"
#include
/* SIGCHLD handler, invoked when a child terminates. */
void
sig_chld(int signo)
{
int stat, errno_save;
pid_t pid;
errno_save = errno; /* log_msg() mi