aboutsummaryrefslogtreecommitdiffstats
path: root/src/GlobalEvents.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-1/+2
* GlobalEvents: use g_idle_add() instead of WakeFD()Max Kellermann2013-02-271-28/+5
* GlobalEvents: wake up only if the flags were emptyMax Kellermann2013-02-271-1/+1
* Idle, GlobalEvents: use std::atomic::exchange()Max Kellermann2013-02-271-1/+1
* WakeFD.cxx: use two sockets instead of pipe on Win32Denis Krjuchkov2013-01-131-1/+1
* GlobalEvents: lock-less operation using std::atomicMax Kellermann2013-01-101-31/+8
* GlobalEvents: move code to class WakeFDMax Kellermann2013-01-091-27/+11
* EventPipe: rename to GlobalEventsMax Kellermann2013-01-091-0/+153