aboutsummaryrefslogtreecommitdiffstats
path: root/src/event/EventPipe.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* event/EventFD: move to libsystemMax Kellermann2013-08-071-180/+0
|
* event/Event{Pipe,FD}: auto-create in constructorMax Kellermann2013-08-071-14/+8
| | | | Errors are fatal now. This makes the class a lot easier to use.
* Makefile.am: move sources to libsystem.aMax Kellermann2013-08-071-1/+1
|
* configure.ac: add option --enable-eventfdMax Kellermann2013-08-061-0/+186
Remove the runtime check for eventfd(), hard-code the feature once it's been selected at compile time. The class WakeFD is splitted into EventFD and EventPipe, using WakeFD as a macro diversion.