代码搜索结果
找到约 10,000 项符合
PID 的代码
proginfoedit.h
#if !defined(AFX_PROGINFOEDIT_H__275A92F8_F1B8_4779_9203_0F8C017E9FBA__INCLUDED_)
#define AFX_PROGINFOEDIT_H__275A92F8_F1B8_4779_9203_0F8C017E9FBA__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#en
mm.c
#include "mm.h"
struct mm_struct mm_table[10]; // mm_table[0] for proc[0], mm_table[1] for proc[1], etc
struct mm_struct *init_mm(){
// init_task has mm_table[0]
mm_table[0].code = 0x10000;
mm_tabl
mm.c
#include "mm.h"
struct mm_struct mm_table[10]; // mm_table[0] for proc[0], mm_table[1] for proc[1], etc
struct mm_struct *init_mm(){
// init_task has mm_table[0]
mm_table[0].code = 0x10000;
mm_tabl
mm.c
#include "mm.h"
struct mm_struct mm_table[10]; // mm_table[0] for proc[0], mm_table[1] for proc[1], etc
struct mm_struct *init_mm(){
// init_task has mm_table[0]
mm_table[0].code = 0x10000;
mm_tabl
mm.c
#include "mm.h"
struct mm_struct mm_table[10]; // mm_table[0] for proc[0], mm_table[1] for proc[1], etc
struct mm_struct *init_mm(){
// init_task has mm_table[0]
mm_table[0].code = 0x10000;
mm_tabl
mm.c
#include "mm.h"
struct mm_struct mm_table[10]; // mm_table[0] for proc[0], mm_table[1] for proc[1], etc
struct mm_struct *init_mm(){
// init_task has mm_table[0]
mm_table[0].code = 0x10000;
mm_tabl
gthread.c
/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* gmutex.c: MT safety related functions
* Copyright 1998 Sebast
wait_queue.c
#include "thread.h"
#include "exception.h"
#include "thread_lists.h"
#include "wait_queue.h"
#include "shared.h"
#include
#define OFFS(n) ((n)%__THREAD_QUEUE_MAX)
#define MAGIC_W
termios.c
/* libc/sys/linux/termios.c - Terminal control */
/* Written 2000 by Werner Almesberger */
#include
#include
#include
#include
int
tcgetattr
wait.c
/* libc/sys/linux/wait.c - Wait function wrappers */
/* Written 2000 by Werner Almesberger */
#include
#include
_syscall3(pid_t,waitpid,pid_t,pid,int *,wait_stat,