Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup and style update (avoid typedef) | Mattias Andrée | 2025-03-05 | 1 | -4/+1 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | pipeutils: Add utils for pipe signals | Jon Lund Steffensen | 2017-08-17 | 1 | -0/+98 |
Add pipeutils.c with utility functions for working with pipes as signals across threads. Using pipes for signals makes it easy for the main thread to wait on (multiple) file descriptors with or without a timeout. |