代码搜索:structures

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

代码结果 10,000
www.eeworm.com/read/392996/8316177

h thread.h

// thread.h // Data structures for managing threads. A thread represents // sequential execution of code within a program. // So the state of a thread includes the program counter, // the processor
www.eeworm.com/read/392996/8316189

h scheduler.h

// scheduler.h // Data structures for the thread dispatcher and scheduler. // Primarily, the list of threads that are ready to run. // // Copyright (c) 1992-1993 The Regents of the University of Ca
www.eeworm.com/read/392996/8316281

h network.h

// network.h // Data structures to emulate a physical network connection. // The network provides the abstraction of ordered, unreliable, // fixed-size packet delivery to other machines on the networ
www.eeworm.com/read/392996/8316282

h stats.h

// stats.h // Data structures for gathering statistics about Nachos performance. // // DO NOT CHANGE -- these stats are maintained by the machine emulation // // // Copyright (c) 1992-1993 The Regent
www.eeworm.com/read/392996/8316289

h mipssim.h

// mipssim.h // Internal data structures for simulating the MIPS instruction set. // // DO NOT CHANGE -- part of the machine emulation // // Copyright (c) 1992-1993 The Regents of the University of
www.eeworm.com/read/392996/8316333

h interrupt.h

// interrupt.h // Data structures to emulate low-level interrupt hardware. // // The hardware provides a routine (SetLevel) to enable or disable // interrupts. // // In order to emulate the hardware,
www.eeworm.com/read/411404/11246651

inc asmthred.inc

; ; Includes only the necessary structures, variables and procedures ; for the Asmthred.asm sample. ; LPVOID TYPEDEF PTR PVOID TYPEDEF PTR HANDLE TYPEDEF PVOID HWND TYPEDEF HANDLE
www.eeworm.com/read/265987/11247384

txt readmetpuapp.txt

To All, (et al), Below is an email that I sent out to give a basic description of the file structures that we are using for the code examples of the TPU functions. This is meant to provide a hig
www.eeworm.com/read/135259/13945901

h process.h

/* process.h Symbols and structures for process management. */ /* * C/C++ Run Time Library - Version 10.0 * * Copyright (c) 1987, 2000 by Inprise Corporation * All
www.eeworm.com/read/135036/13966233

c nndump.c

/* *----------------------------------------------------------------------------- * file: nndump.c * desc: dump structures in nntype.h * by: patrick ko * date: 13 aug 1991 * revi: v1.2b - 15 jan