Max Kellermann
|
483ba5ea1c
|
thread/GLibMutex: new Mutex implementation
Switch WIN32 to this implementation to be able to use condition
variables, which is impossible with CriticalSection.
|
2013-01-10 10:03:18 +01:00 |
|
Max Kellermann
|
51a8c109ab
|
thread/PosixMutex: fix indent
|
2013-01-10 10:00:52 +01:00 |
|
Max Kellermann
|
a68302e50b
|
thread/Mutex: don't use std::mutex
Use a custom pthread_mutex_t wrapper because std::mutex adds overhead.
|
2013-01-07 10:33:37 +01:00 |
|
Max Kellermann
|
efbfe66f21
|
Mutex: new wrapper for std::mutex, replaces GMutex
|
2013-01-04 21:24:29 +01:00 |
|