代码搜索结果

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

attendmentbean.java

/* * 定义人员状态组件 */ package TestClass; public class AttendmentBean implements java.io.Serializable { /* * 定义数据库字段 */ private String t_pNo,t_pName,t_pID,t_permitNo,t_pRemarks; /

fork.c

/* * linux/kernel/fork.c * * (C) 1991 Linus Torvalds */ /* * 'fork.c' contains the help-routines for the 'fork' system call * (see also system_call.s), and some misc functions ('verify_area

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

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

fork.c

/* * linux/kernel/fork.c * * (C) 1991 Linus Torvalds */ /* * 'fork.c' contains the help-routines for the 'fork' system call * (see also system_call.s), and some misc functions ('verify_area

thread.cpp

#include "Thread.h" #include "Log.h" G_Thread::G_Thread() { maskSIGUSR1(); // 定义SIGUSR1信号阻塞 sigemptyset(&g_waitSig); sigaddset(&g_waitSig, SIGUSR1); } G_Thread::~G_Thread() { } void G_Thread::

fork.c

/* * linux/kernel/fork.c * * (C) 1991 Linus Torvalds */ /* * 'fork.c' contains the help-routines for the 'fork' system call * (see also system_call.s), and some misc functions ('verify_area

sos_module_fetcher.c

/* -*- Mode: C; tab-width:4 -*- */ /* ex: set ts=4 shiftwidth=4 softtabstop=4 cindent: */ #include #include #include #include #include

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

jiaset.cpp

// jiaSet.cpp : implementation of the CJiaSet class // #include "stdafx.h" #include "jia.h" #include "jiaSet.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[]