structstd.os.emscripten.SA[src]

Values

ConstantNOCLDSTOP[src]

Source Code

Source code
pub const NOCLDSTOP = 1

ConstantNOCLDWAIT[src]

Source Code

Source code
pub const NOCLDWAIT = 2

ConstantSIGINFO[src]

Source Code

Source code
pub const SIGINFO = 4

ConstantRESTART[src]

Source Code

Source code
pub const RESTART = 0x10000000

ConstantRESETHAND[src]

Source Code

Source code
pub const RESETHAND = 0x80000000

ConstantONSTACK[src]

Source Code

Source code
pub const ONSTACK = 0x08000000

ConstantNODEFER[src]

Source Code

Source code
pub const NODEFER = 0x40000000

ConstantRESTORER[src]

Source Code

Source code
pub const RESTORER = 0x04000000

Source Code

Source code
pub const SA = struct {
    pub const NOCLDSTOP = 1;
    pub const NOCLDWAIT = 2;
    pub const SIGINFO = 4;
    pub const RESTART = 0x10000000;
    pub const RESETHAND = 0x80000000;
    pub const ONSTACK = 0x08000000;
    pub const NODEFER = 0x40000000;
    pub const RESTORER = 0x04000000;
}