aboutsummaryrefslogtreecommitdiffstats
path: root/src/pipeutils.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cleanup + cast + use pipe2 on linuxMattias Andrée2025-03-051-19/+27
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Cleanup and style update (avoid typedef)Mattias Andrée2025-03-051-4/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* pipeutils: Add utils for pipe signalsJon Lund Steffensen2017-08-171-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.