Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Style | Mattias Andrée | 2025-03-06 | 1 | -44/+23 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Fix warning | Mattias Andrée | 2025-03-05 | 1 | -0/+1 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | cleanup + cast + use pipe2 on linux | Mattias Andrée | 2025-03-05 | 1 | -19/+27 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | 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. |