代码搜索:Process
找到约 10,000 项符合「Process」的源代码
代码结果 10,000
www.eeworm.com/read/313559/13584821
c process.c
//process.c 进程管理
//2007.12.12
extern int pid;
extern int ma_algorithm;
extern struct free_block_type* free_block;
extern struct allocated_area* allocated_block;
new_process()
{
struct all
www.eeworm.com/read/312292/13613902
h process.h
www.eeworm.com/read/311131/13635056
h process.h
/****************************************************************************
*****************************************************************************
文件名称: PROCESS.H
模块名称: 进程管理模块
模块作用:
www.eeworm.com/read/311075/13635893
c process.c
#include "process.h"
#include "flash.h"
#define PHONE 0xF200
int isPhoneSet(char PhoneNumber[])
{
int noPhone = 0;
int nVal;
int i;
int *pVal = (int*)(PHONE);
nVal =
www.eeworm.com/read/311075/13635898
h process.h
int isPhoneSet(char PhoneNumber[]);
int setPhone(char buf[]);
int SetOK(char UART1_TX_BUF[]);
int SetError(char UART1_TX_BUF[]);
www.eeworm.com/read/308682/13696245
c process.c
/*process.c*/
#include
#include
#include
int main()
{
printf("The PID of this process is %d\n",getpid());
printf("The PPID of this process is %d\n",getppid());
www.eeworm.com/read/307532/13720605