代码搜索结果

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

mpm.h

/* Copyright 2002-2005 The Apache Software Foundation or its licensors, as * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in c

mpm.h

/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in c

startagent.pl

# common parameters used in SNMP::Session creation and tests $agent_host = 'localhost'; $agent_port = 7000; $trap_port = 8000; $mibdir = '/usr/local/share/snmp/mibs'; $comm = 'v1_private'; $comm2 = 'v

xpt-wsp.h

/*************************************************************************/ /* module: Communication Services, WSP XPT API functions */ /* file: /src/xpt/all/xpt-wsp.h

protocol.c

/* * Copyright Notice * Copyright (c) Ericsson, IBM, Lotus, Matsushita Communication * Industrial Co., Ltd., Motorola, Nokia, Openwave Systems, Inc., * Palm, Inc., Psion, Starfish Software, Symb

ndet_g_wait.c

#ifndef lint #ifdef sccs static char sccsid[] = "@(#)ndet_g_wait.c 1.1 92/07/30 Copyr 1985 Sun Micro"; #endif #endif /* * Copyright (c) 1985 by Sun Microsystems, Inc. */ /* * Ndet_g_wait.c - Impl

nint_i_wait.c

#ifndef lint #ifdef sccs static char sccsid[] = "@(#)nint_i_wait.c 1.1 92/07/30 Copyr 1985 Sun Micro"; #endif #endif /* * Copyright (c) 1985 by Sun Microsystems, Inc. */ /* * Nint_i_wait.c - Impl

fork_test.c

#ifndef lint static char sccsid[] = "@(#)fork_test.c 1.1 92/07/30 Copyr 1990 Sun Micro"; #endif /* * Copyright (c) 1990 by Sun Microsystems, Inc. */ #include #include extern

mpeg2_transport.h

#ifndef __MPEG2_TRANSPORT_H__ #define __MPEG2_TRANSPORT_H__ #define MPEG2T_SYNC_BYTE 0x47 typedef struct mpeg2t_frame_t { struct mpeg2t_frame_t *next_frame; int have_ps_ts; uint6

pritime.d

#pragma D option quiet BEGIN { start = timestamp; } sched:::change-pri /args[1]->pr_pid == $1 && args[0]->pr_lwpid == $2/ { printf("%d %d\n", timestamp - start, args[2]); } tick-1sec /++n == 5/ {