代码搜索结果
找到约 10,000 项符合
PID 的代码
print-llc.c
/*
* Copyright (c) 1992, 1993, 1994, 1995, 1996, 1997
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
*
aborttransfer.m
function AbortTransfer(gps)
global pid_command_data cmd_abort_transfer
% Tell the GPS to stop sending data
WritePacket(gps, pid_command_data, cmd_abort_transfer);
sigchld.c
#include "calld.h"
#include
/*
* SIGCHLD handler, invoked when a child terminates.
* Probably interrupts accept() in serv_accept().
*/
void
sig_chld(int signo)
{
int stat, errno_sav
daemon.c
#include
#include
#include
#include
#include
#include
#include
#include
int init_daemon(void)
{
simpleinit.h
#include
#include
#define ERRSTRING strerror (errno)
#define COMMAND_SIZE (PIPE_BUF - 4)
#define COMMAND_TEST 0 /* No wait, signal */
#defi
showart_285163.html
4774
0
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;
e
speed_pi.asm.txt
*************************************************************
* Speed PI Regulator
*************************************************************
; .ref pid_reg_spd,pid_reg_spd_init ; function cal
sigchld.c
#include "calld.h"
#include
/*
* SIGCHLD handler, invoked when a child terminates.
* Probably interrupts accept() in serv_accept().
*/
void
sig_chld(int signo)
{
int stat, errno_sav
lock_test.c
/* include lock_test */
#include "unpipc.h"
pid_t
lock_test(int fd, int type, off_t offset, int whence, off_t len)
{
struct flock lock;
lock.l_type = type; /* F_RDLCK or F_WRLCK */
lock.l_start