summaryrefslogtreecommitdiff
path: root/src/Idle.cxx
AgeCommit message (Collapse)Author
2013-02-27Idle, GlobalEvents: use std::atomic::exchange()Max Kellermann
Less overhead than fetch_and() for what we do.
2013-01-16Idle: don't wake up event loop on duplicate eventMax Kellermann
2013-01-16Idle: use std::atomic instead of GMutexMax Kellermann
2013-01-09EventPipe: rename to GlobalEventsMax Kellermann
2013-01-09event_pipe.h: convert to C++Max Kellermann
2013-01-09idle: convert to C++Max Kellermann