aboutsummaryrefslogtreecommitdiffstats
path: root/src/GlobalEvents.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann1-1/+2
2013-02-27GlobalEvents: use g_idle_add() instead of WakeFD()Max Kellermann1-28/+5
2013-02-27GlobalEvents: wake up only if the flags were emptyMax Kellermann1-1/+1
2013-02-27Idle, GlobalEvents: use std::atomic::exchange()Max Kellermann1-1/+1
2013-01-13WakeFD.cxx: use two sockets instead of pipe on Win32Denis Krjuchkov1-1/+1
2013-01-10GlobalEvents: lock-less operation using std::atomicMax Kellermann1-31/+8
2013-01-09GlobalEvents: move code to class WakeFDMax Kellermann1-27/+11
2013-01-09EventPipe: rename to GlobalEventsMax Kellermann1-0/+153