1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-16 18:01:40 +00:00
luanti/src/threading
ShadowNinja 46fd114e9a Fix race on thread creation
This often broke the threading tests on OSX.
2016-04-28 13:21:46 -04:00
..
atomic.h Time: use locks again 2015-11-04 03:44:09 +01:00
CMakeLists.txt Fix Event implementation 2015-12-07 13:53:56 -05:00
event.cpp Fix events on Windows 2015-12-11 23:08:14 +01:00
event.h Fix C++11 compilability 2016-01-23 05:45:29 +01:00
mutex.cpp Fix C++11 compilability 2016-01-23 05:45:29 +01:00
mutex.h Fix C++11 compilability 2016-01-23 05:45:29 +01:00
mutex_auto_lock.h Fix C++11 compilability 2016-01-23 05:45:29 +01:00
semaphore.cpp Fix MinGW 32-bit build 2015-10-03 13:20:43 -04:00
semaphore.h Rename and move basicmacros.h to util/basic_macros.h 2015-11-02 04:57:55 +01:00
thread.cpp Fix race on thread creation 2016-04-28 13:21:46 -04:00
thread.h Fix race on thread creation 2016-04-28 13:21:46 -04:00