代码搜索:PID
找到约 10,000 项符合「PID」的源代码
代码结果 10,000
www.eeworm.com/read/300969/13875936
c _getpgrp.c
#include
#define getpgrp _getpgrp
#include
PUBLIC pid_t getpgrp()
{
message m;
return(_syscall(MM, GETPGRP, &m));
}
www.eeworm.com/read/300969/13876064
c _fork.c
#include
#define fork _fork
#include
PUBLIC pid_t fork()
{
message m;
return(_syscall(MM, FORK, &m));
}
www.eeworm.com/read/300969/13876077
c _getppid.c
#include
#define getppid _getppid
#include
PUBLIC pid_t getppid()
{
message m;
/* POSIX says that this function is always successful and that no
* return value is
www.eeworm.com/read/300969/13876081
c _getpid.c
#include
#define getpid _getpid
#include
PUBLIC pid_t getpid()
{
message m;
return(_syscall(MM, GETPID, &m));
}
www.eeworm.com/read/152719/5667775
inf wceusbsh.inf
;
; Windows CE USB Host Setup File
; Copyright (c) 1999 Microsoft Corporation
;
; WCEUSBSH.INF -- This is the inf installation script for the stand-alone
;
www.eeworm.com/read/152661/5672027
changelog
2000-09-18 Jesper Skov
* src/ser_16x5x.c: Allow clients to specify register
stepping. Rename a type. Fix compile error.
2000-09-14 Jesper Skov
* src/ser
www.eeworm.com/read/152661/5672052
changelog
2000-09-18 Jesper Skov
* src/pid_serial.h: [removed]
* src/pid_serial_with_ints.c: [removed] Moved driver to generic
16x5x package.
* include/arm_arm7_pid_ser.inl: [added] Ma
www.eeworm.com/read/150583/5690617
changelog
2000-09-18 Jesper Skov
* src/ser_16x5x.c: Allow clients to specify register
stepping. Rename a type. Fix compile error.
2000-09-14 Jesper Skov
* src/ser
www.eeworm.com/read/150583/5690642
changelog
2000-09-18 Jesper Skov
* src/pid_serial.h: [removed]
* src/pid_serial_with_ints.c: [removed] Moved driver to generic
16x5x package.
* include/arm_arm7_pid_ser.inl: [added] Ma
www.eeworm.com/read/149876/5695974
h nm-go32.h
/* Native definitions for Intel x86 running DJGPP.
Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
This file is part of GDB.
This program is free software; you can redistribut