代码搜索结果

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

fork.c

/* * 'fork.c' contains the help-routines for the 'fork' system call * (see also system_call.s), and some misc functions ('verify_area'). * Fork is rather simple, once you get the hang of it, but t

glibtop_private.h

/* $Id: glibtop_private.h,v 1.11 2003/10/20 15:20:08 hadess Exp $ */ /* Copyright (C) 1998-99 Martin Baulig This file is part of LibGTop 1.0. Contributed by Martin Baulig

fork.c

/* * 'fork.c' contains the help-routines for the 'fork' system call * (see also system_call.s), and some misc functions ('verify_area'). * Fork is rather simple, once you get the hang of it, but t

run_throughput

#!/bin/sh # # run_throughput,v 1.3 1999/06/01 00:38:34 coryan Exp # MSG_COUNT=500 # The number of messages to send. HP_CONSUMERS="1 5 10 20" # The number of high priority consumers. HP_S

sched_setscheduler.c

/* vi: set sw=4 ts=4: */ /* * sched_setscheduler() for uClibc * * Copyright (C) 2000-2004 by Erik Andersen * * GNU Library General Public License (LGPL) version 2 or later

test_ncbi_namedpipe.sh

#! /bin/sh # $Id: test_ncbi_namedpipe.sh,v 1000.2 2004/06/01 18:46:13 gouriano Exp $ exit_code=0 test_ncbi_namedpipe server $$ & server_pid=$! trap 'kill -9 $server_pid' 1 2 15 sleep 4 $CHECK_EXEC

waitnb.c

/* $Revision: 1.3 $ ** */ #include #include #include "configdata.h" #include #if defined(DO_USE_UNION_WAIT) typedef union wait WAITER; #if defined(WEXITSTATUS) #

child.h

typedef struct { pid_t child_pid; /* process ID */ int child_pipefd; /* parent's stream pipe to/from child */ int child_status; /* 0 = ready */ long child_count; /* #connections handled *

event

EventQueue/"Time"16t8r"func"24t16t"arg"16t"pid" *.$

mq_client.cpp

// MQ_Client.cpp,v 4.6 2000/12/07 21:24:24 brunsch Exp #include "ace/SV_Message_Queue.h" #include "test.h" #include "ace/streams.h" ACE_RCSID(SV_Message_Queues, MQ_Client, "MQ_Client.cpp,v 4.6