mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 17:51:50 +00:00
[NTOSKRNL] Add wait support in CcCanIWrite()
This commit is contained in:
parent
92e64a6c9b
commit
c11e947f61
2 changed files with 66 additions and 3 deletions
|
@ -50,6 +50,7 @@ extern LIST_ENTRY CcIdleWorkerThreadList;
|
|||
extern LIST_ENTRY CcRegularWorkQueue;
|
||||
extern LIST_ENTRY CcPostTickWorkQueue;
|
||||
extern NPAGED_LOOKASIDE_LIST CcTwilightLookasideList;
|
||||
extern LARGE_INTEGER CcIdleDelay;
|
||||
|
||||
typedef struct _PF_SCENARIO_ID
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue