Crate sig_bitmap
source ·Expand description
§Signal Bitmap Interpreter
This module provides functionality to interpret signal bitmaps read
from /proc/<pid>/status. Supported signal bitmaps include pending
signals (SigPnd), shared pending signals (ShdPnd), blocked signals
(SigBlk), ignored signals (SigIgn), and caught signals (SigCgt).
Structs§
- Interpret signal bitmaps for a process.
Enums§
- The type of signal bitmap.
Functions§
- Displays the formatted string representaion of the specified type of signal bitmap for a given process. This function outputs an empty map if the process doesn’t exist or if there is an error interpreting the signal bitmap.