Go to the source code of this file.
◆ ALIGN_DELTA
◆ MAX_FREE_POOL
| #define MAX_FREE_POOL 1024u |
◆ MAX_TID
| #define MAX_TID 0xFFFFFFFCu |
◆ MIN_TID
◆ THREAD_ALIGNMENT
| #define THREAD_ALIGNMENT 16 |
◆ THREAD_STACK_SIZE
| #define THREAD_STACK_SIZE (1024*24) |
◆ PsCreateSystemThread()
◆ PsCreateThread()
◆ PsDeleteThread()
| void PsDeleteThread |
( |
IN void * | Object | ) |
|
◆ PsGetCurrentThread()
◆ PsTerminateThread()
◆ PsInitialSystemProcess
The Stack Overflow check only checks for minor overflows, that don't completely smash the stack, yet do change the canaries (since it only checks in function epilogue) Complete stack smashes are guarded with the guard page in MiCreateKernelStack.
Definition at line 162 of file kernel.c.