代码搜索结果

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

protocol.h

/*************************************************************************/ /* module: Communication Services, WSP Implementation Functions */ /* file: src/xpt/all/protocol.h

tektool.c

#ifndef lint #ifdef sccs static char sccsid[] = "@(#)tektool.c 1.1 92/07/30 Copyr 1985 Sun Micro"; #endif #endif /* * Copyright (c) 1985 by Sun Microsystems, Inc. */ /* * Author: Steve Kleiman *

wait.h

#ifndef _SYS_WAIT_H #define _SYS_WAIT_H #include #define _LOW(v) ( (v) & 0377) #define _HIGH(v) ( ((v) >> 8) & 0377) /* options for waitpid, WUNTRACED not supported */ #define WNOHAN

elfcore.h

#ifndef _LINUX_ELFCORE_H #define _LINUX_ELFCORE_H #include #include #include #include #include struct elf_siginfo { i

svc.c

/* * linux/fs/lockd/svc.c * * This is the central lockd service. * * FIXME: Separate the lockd NFS server functionality from the lockd NFS * client functionality. Oh why didn't Sun create two

elfcore.h

#ifndef _LINUX_ELFCORE_H #define _LINUX_ELFCORE_H #include #include #include #include #include struct elf_siginfo { i

unistd.h

/*- * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, ar

proc_compare.c

/*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are perm

unistd.h

/*- * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted p

wait.h

#ifndef _SYS_WAIT_H_ #define _SYS_WAIT_H_ #define WNOHANG 1 /* dont hang in wait */ #define WUNTRACED 2 /* tell about stopped, untraced children */ pid_t wait __P_((int *)); pid_t waitpid _