This website requires JavaScript.
Explore
Help
Sign In
luanti-org
/
luanti
Watch
1
Star
0
Fork
0
You've already forked luanti
mirror of
https://github.com/luanti-org/luanti.git
synced
2025-10-15 01:25:20 +02:00
Code
Activity
Files
fc9747eb4b7f75e59a28957bc50f7a78256b3d66
luanti
/
src
/
threading
History
Loïc Blot
32ae492657
Thread: fix a crash on Windows due to data race condition on Thread::m_start_finished_mutex (
#6515
)
2017-10-10 12:27:08 +02:00
..
CMakeLists.txt
Use C++11 mutexes only (remove compat code) (
#5922
)
2017-06-06 16:29:28 +02:00
event.cpp
Remove threads.h and replace its definitions with their C++11 equivalents (
#5957
)
2017-06-11 09:43:05 +02:00
event.h
C++ modernize: Pragma once (
#6264
)
2017-08-17 22:19:39 +02:00
mutex_auto_lock.h
Use C++11 mutexes only (remove compat code) (
#5922
)
2017-06-06 16:29:28 +02:00
semaphore.cpp
Fix MinGW 32-bit build
2015-10-03 13:20:43 -04:00
semaphore.h
Code modernization: subfolders (
#6283
)
2017-08-19 22:23:47 +02:00
thread.cpp
Thread: fix a crash on Windows due to data race condition on Thread::m_start_finished_mutex (
#6515
)
2017-10-10 12:27:08 +02:00
thread.h
C++11 cleanup on constructors (
#6000
)
2017-06-19 23:54:58 +02:00