- 30 Jan, 2014 1 commit
-
-
Max Kellermann authored
Allows the kernel to combine timer wakeups with other processes, reducing power usage.
-
- 28 Jan, 2014 1 commit
-
-
Max Kellermann authored
pthread_setname_np() doesn't have the "thread" argument on OS X.
-
- 23 Jan, 2014 2 commits
-
-
Max Kellermann authored
For debugging.
-
Max Kellermann authored
-
- 14 Jan, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
The update thread should not affect the rest of the system, therefore set "idle" priority, and let it only run when nobody else is using the resources.
-
- 13 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 17 Oct, 2013 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Allows forward-declaration.
-
- 15 Oct, 2013 1 commit
-
-
Max Kellermann authored
-
- 10 Aug, 2013 1 commit
-
-
Max Kellermann authored
Remove a GLib dependencies from class EventLoop and DatabaseLock.
-
- 16 Apr, 2013 1 commit
-
-
Max Kellermann authored
-
- 11 Jan, 2013 1 commit
-
-
Max Kellermann authored
Use CRITICAL_SECTION and CONDITION_VARIABLE. This requires Windows Vista or newer. It fixes problems with GLib threading objects that were implicitly created by static constructors before g_thread_init().
-
- 10 Jan, 2013 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Switch WIN32 to this implementation to be able to use condition variables, which is impossible with CriticalSection.
-
Max Kellermann authored
-
- 07 Jan, 2013 1 commit
-
-
Max Kellermann authored
Use a custom pthread_mutex_t wrapper because std::mutex adds overhead.
-
- 04 Jan, 2013 1 commit
-
-
Max Kellermann authored
-