代码搜索:Process

找到约 10,000 项符合「Process」的源代码

代码结果 10,000
www.eeworm.com/read/101082/6241051

c ovfork.c

/* * @(#)vfork.s 4.1 (Berkeley) 12/21/80 * C library -- vfork */ /* * pid = vfork(); * * r1 == 0 in parent process, r1 == 1 in child process. * r0 == pid of child in parent, r0 == pid of paren
www.eeworm.com/read/101082/6241570

c kill_.c

/* char id_kill[] = "@(#)kill_.c 1.1"; * * send a signal to a process * * calling sequence: * ierror = kill(pid, signum) * where: * pid must be the process id of one of the user's processes *
www.eeworm.com/read/101082/6241858

c setpgrp.c

/* setpgrp -- system call emulation for 4.2BSD last edit: 01-Jul-1983 D A Gwyn */ extern int _setpgrp(), getpid(); int setpgrp() { register int pid = getpid(); (void)_setpgrp( 0, pid ); /* 0
www.eeworm.com/read/101082/6241860

c getpgrp.c

/* getpgrp -- system call emulation for 4.2BSD last edit: 01-Jul-1983 D A Gwyn */ extern int _getpgrp(); int getpgrp() { return _getpgrp( 0 ); /* 0 means this process */ }
www.eeworm.com/read/101082/6244684

2 getpgrp.2

.\" SCCSID: @(#)getpgrp.2 2.4 8/10/87 .TH getpgrp 2 .SH Name getpgrp \- get process group .SH Syntax .nf .B #include .B #include .PP .B pgrp = getpgrp(\fIpid\fP) .B pid_t pgrp
www.eeworm.com/read/101082/6244687

2 getdtablesize.2

.\" SCCSID: @(#)getdtablesize.2 8.1 9/11/90 .TH getdtablesize 2 .SH Name getdtablesize \- get descriptor table size .SH Syntax .nf \fInds\fP = getdtablesize() int \fInds\fP; .fi .SH Description .NXR "
www.eeworm.com/read/101082/6245762

3xti t_sync.3xti

.TH t_sync 3xti .SH Name t_sync \- synchronize transport library .SH Syntax .B #include .br .sp 1 .B int t_sync(\fIfd\fB) .br .B int \fIfd\fB; .SH Arguments .IP \fIfd\fR 10 Identifies the loc
www.eeworm.com/read/101082/6246019

3 exit.3

.\" SCCSID: @(#)exit.3 8.2 1/28/91 .TH exit 3 .SH Name exit \- terminate a process after flushing any pending output .SH Syntax .nf .B void exit(\fIstatus\fP) .B int \fIstatus\fP; .br .B int atexit(\f
www.eeworm.com/read/101082/6246546

2 getpgrp.2

.\" SCCSID: @(#)getpgrp.2 2.4 8/10/87 .TH getpgrp 2 .SH Name getpgrp \- get process group .SH Syntax .nf .B #include .B #include .PP .B pgrp = getpgrp(\fIpid\fP) .B pid_t pgrp
www.eeworm.com/read/101082/6246549

2 getdtablesize.2

.\" SCCSID: @(#)getdtablesize.2 8.1 9/11/90 .TH getdtablesize 2 .SH Name getdtablesize \- get descriptor table size .SH Syntax .nf \fInds\fP = getdtablesize() int \fInds\fP; .fi .SH Description .NXR "