代码搜索结果
找到约 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 2000-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 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
settimer.c
/*
* This material contains unpublished, proprietary software of
* Entropic Research Laboratory, Inc. Any reproduction, distribution,
* or publication of this work must be authorized in writing b
extras.2.6.7-1.patch
--- plain26/arch/um/os-Linux/process.c.orig Sun Jul 25 10:10:02 2004
+++ plain26/arch/um/os-Linux/process.c Sun Jul 25 10:11:39 2004
@@ -93,8 +93,11 @@
void os_usr1_process(int pid)
{
+#ifdef __NR
extras.2.6.6-1.patch
--- plain26/arch/um/os-Linux/process.c.orig Sun Jul 25 10:10:02 2004
+++ plain26/arch/um/os-Linux/process.c Sun Jul 25 10:11:39 2004
@@ -93,8 +93,11 @@
void os_usr1_process(int pid)
{
+#ifdef __NR
killed.c
#include
#include
#include
#include
int pid;
void *
child_func (void *dummy)
{
kill (pid, SIGKILL);
exit (1);
}
int
main ()
{
pthread_t child;
binfmt_elf32.c
/*
* binfmt_elf32.c: Support 32-bit PPC ELF binaries on Power3 and followons.
* based on the SPARC64 version.
* Copyright (C) 1995, 1996, 1997, 1998 David S. Miller (davem@redhat.com)
* Copyright
process_kern.c
/*
* Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
* Licensed under the GPL
*/
#include "linux/sched.h"
#include "linux/signal.h"
#include "linux/kernel.h"
#include "linux/interrupt.h"
#include