My Project
Loading...
Searching...
No Matches
pswork.c File Reference
#include "../../includes/ps.h"
#include "../../includes/mg.h"
#include "../../assert.h"

Go to the source code of this file.

Functions

FORCEINLINE PSTACK_REAPER_ENTRY PopAllStacks (void)
void PsDeferKernelStackDeletion (void *StackBase, bool IsLarge)
void PsInitializeWorkerThreads (void)

Variables

volatile void * g_StackReaperList = NULL
EVENT g_StackReaperEvent

Function Documentation

◆ PopAllStacks()

FORCEINLINE PSTACK_REAPER_ENTRY PopAllStacks ( void )

Definition at line 27 of file pswork.c.

◆ PsDeferKernelStackDeletion()

void PsDeferKernelStackDeletion ( void * StackBase,
bool IsLarge )

Definition at line 65 of file pswork.c.

◆ PsInitializeWorkerThreads()

void PsInitializeWorkerThreads ( void )

Definition at line 89 of file pswork.c.

Variable Documentation

◆ g_StackReaperEvent

EVENT g_StackReaperEvent

Definition at line 24 of file pswork.c.

◆ g_StackReaperList

volatile void* g_StackReaperList = NULL

Definition at line 23 of file pswork.c.