代码搜索结果

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

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

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

u_common_dsplfilters.pas

// DSP Lib Automation GUI // Copyright (c) 2006-2007 Lake of Soft, Ltd {$i unaDef.inc } unit u_common_dsplFilters; interface uses Windows, unaTypes, unaClasses, unaDspLibH, una

extern.h

extern char *envpath[10],buf[BUFSIZE],*input; extern pid_t pid1; extern int sig_flag,sig_z,history_number; extern ENV_HISTORY envhis; extern NODE *head,*end;

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

pidcontroltable.h

//////////////////////////////////////////////////////// // 僼傽僀儖偺愢柧丗PID 僐儞僩儘乕儖梡僥乕僽儖僋儔僗僿僢僟 //////////////////////////////////////////////////////// #ifndef __PID_CONTROL_TABLE_H #define __PID_CONTR

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

/* * '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