代码搜索:structures

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

代码结果 10,000
www.eeworm.com/read/102935/6226746

h iosapic_private.h

/* ** This file is private to iosapic driver. ** If stuff needs to be used by another driver, move it to a common file. ** ** WARNING: fields most data structures here are ordered to make sure **
www.eeworm.com/read/100234/6273188

h dessnch.h

/* dessench.h - internal structures of synchronizer * Kernel of GNU SQL-server. Synchronizer * * This file is a part of GNU SQL Server * * Copyright (c) 1996, 1997, Free Sof
www.eeworm.com/read/493401/6402260

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/493401/6402262

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 Cali
www.eeworm.com/read/493401/6402309

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/493401/6402310

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/493401/6402318

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/493401/6402327

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/493401/6402348

h openfile.h

// openfile.h // Data structures for opening, closing, reading and writing to // individual files. The operations supported are similar to // the UNIX ones -- type 'man open' to the UNIX prompt. //
www.eeworm.com/read/493401/6402412

h post.h

// post.h // Data structures for providing the abstraction of unreliable, // ordered, fixed-size message delivery to mailboxes on other // (directly connected) machines. Messages can be dropped by