minetest/src/threading
Rogier-5 1dfd977ec4 Fix & make linux conditionals uniform (#4278)
The source used a hodge-podge of different combinations of different
macros to check for linux: 'linux', '__linux', '__linux__'.

As '__linux__' is standard (Posix), and the others are not, the source
now uniformly uses __linux__. If either linux or __linux are defined,
it is made sure that __linux__ is defined as well.
2016-07-04 21:00:57 +02:00
..
CMakeLists.txt Fix Event implementation 2015-12-07 13:53:56 -05:00
atomic.h Time: use locks again 2015-11-04 03:44:09 +01:00
event.cpp Fix Windows build 2016-05-02 15:01:17 +10:00
event.h Fix use of uninitialised variable in class Event 2016-05-01 17:32:00 +10: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 & make linux conditionals uniform (#4278) 2016-07-04 21:00:57 +02:00
thread.h Fix prepreprocessor error in thread.h (related to C++11 threads) 2016-04-30 12:29:52 +10:00