[][src]Module file_descriptors::signalfd

Signal file descriptors.

Modules

syscall

System call and libc wrapping of system call specific details.

Structs

BusFaultData

Contains fault data relevant to the SIGBUS signal.

ChildData

Contains data relevant to the SIGCHLD signal.

FaultData

Contains fault data relevant to certain signals.

PollData

Contains data relevant to the SIGIO signal (also known as the SIGPOLL signal).

SignalFileDescriptor

Represents a signal instance.

SystemCallData

Contains data relevant to the SIGSYS signal (also known as the SIGUNKNOWN signal).

Enums

ArithmeticErrorCode

Represents a code that can be associated with a kernel-raised SIGFPE signal.

BusCode

Represents a code that can be associated with a kernel-raised SIGBUS signal.

ChildCode

Represents a code that can be associated with a kernel-raised SIGCHLD signal.

EmulatorTrapCode

Represents a code that can be associated with a kernel-raised SIGEMT signal.

GenericSignalData

Generic signal data.

IllegalInstructionCode

Represents a code that can be associated with a kernel-raised SIGILL signal.

PollCode

Represents a code that can be associated with a kernel-raised SIGIO (also known as SIGPOLL) signal.

SegmentationFaultCode

Represents a code that can be associated with a kernel-raised SIGSEGV signal.

SpecificSignalData

Potentially specific signal data.

SystemCallCode

Represents a code that can be associated with a kernel-raised SIGSYS signal.

TrapCode

Represents a code that can be associated with a kernel-raised SIGTRAP signal.

UserspaceSignalCode

Represents a negative user space SI_* code in common use.

Traits

Code

Represents a code for a signal such as SIGBUS.

SignalHandler

Allows for customization of responses to signals.