The Pedigree Project
0.1
|
#include <PosixSubsystem.h>
Public Member Functions | |
AlternateSignalStack () | |
Default constructor. | |
Public Attributes | |
uintptr_t | base |
The location of this stack. | |
size_t | size |
Size of the stack. | |
bool | inUse |
Are we to use this alternate stack rather than a normal stack? | |
bool | enabled |
Enabled? | |
Alternate signal stack
Definition at line 182 of file PosixSubsystem.h.