代码搜索结果
找到约 10,000 项符合
PID 的代码
_wait.c
#include
#define wait _wait
#include
PUBLIC pid_t wait(status)
int *status;
{
message m;
if (_syscall(MM, WAIT, &m) < 0) return(-1);
if (status != 0) *status = m
t100agenthup
#!/bin/sh
. ../eval_tools.sh
HEADER that the agent responds properly to a kill -HUP
#
# Begin test
#
# standard V1 configuration: testcomunnity
. ./Sv1config
STARTAGENT
# add a agent configurati
arm.ld
//=============================================================================
//
// MLT linker script for ARM
// adapted from packages/hal/arm/pid/v1_1/src/pid.ld
//
//==============================
arm.ld
//=============================================================================
//
// MLT linker script for ARM
// adapted from packages/hal/arm/pid/v1_1/src/pid.ld
//
//==============================
wait.h
/* libc/sys/linux/sys/wait.h - Wait for children */
/* Written 2000 by Werner Almesberger */
#ifndef _SYS_WAIT_H
#define _SYS_WAIT_H
#include
#define WIFEXITED(status) (!WTERMSIG(s
unistd.h
#ifndef _UNISTD_H
#define _UNISTD_H
#include
#ifdef __cplusplus
extern "C" {
#endif
#include
#include
#include
#define __need_size_t
#define __ne
globaluserlist.cpp
#include "stdafx.h"
#include "globalUserList.h"
#include "..\Def\_OrzEx\error.h"
static CGlobalUserList s_globalUserList;
CGlobalUserList::CGlobalUserList()
: m_fixedMemory( GLOBALLIS
gpsi_animation.c
#ifndef lint
static char sccsid[] = "@(#)gpsi_animation.c 1.1 92/07/30 Copyr 1990 Sun Micro";
#endif
/*
* Copyright (c) 1990 by Sun Microsystems, Inc.
*/
#include
#include
test.cpp
#include "systems.h"
#include "mpeg2_transport.h"
int main (int argc, char **argv)
{
FILE *ifile, *ofile;
uint8_t buffer[16*188], *ptr;
uint32_t buflen, readfromfile;
uint32_t offset;