資源簡介
win2003源碼。 7Z格式,用7Z或winrar都可以解壓。
代碼片段和文件信息
/*++
Copyright?(c)?Microsoft?Corporation.?All?rights?reserved.?
You?may?only?use?this?code?if?you?agree?to?the?terms?of?the?Windows?Research?Kernel?Source?Code?License?agreement?(see?License.txt).
If?you?do?not?agree?to?the?terms?do?not?use?the?code.
Module?Name:
????cachedat.c
Abstract:
????This?module?implements?the?Memory?Management?based?cache?management
????routines?for?the?common?Cache?subsystem.
--*/
#include?“cc.h“
//
//??Global?SharedCacheMap?lists?and?resource?to?synchronize?access?to?it.
//
//
//?extern?KSPIN_LOCK?CcMasterSpinLock;
LIST_ENTRY?CcCleanSharedCacheMapList;
SHARED_CACHE_MAP_LIST_CURSOR?CcDirtySharedCacheMapList;
SHARED_CACHE_MAP_LIST_CURSOR?CcLazyWriterCursor;
//
//??Worker?thread?structures:
//
//??????A?spinlock?to?syn
- 上一篇:系統(tǒng)架構(gòu)設(shè)計師教程
- 下一篇:VFP9的運行庫
評論
共有 條評論