This website requires JavaScript.
Explore
Help
Sign In
Triplehx3
/
luanti
Watch
1
Star
0
Fork
0
You've already forked luanti
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
212945c7a3a1b9873ab4ef54c4d0360c54573185
luanti
/
src
/
threading
History
ShadowNinja
6c5e5e2023
Remove threads.h and replace its definitions with their C++11 equivalents (
#5957
)
...
This also changes threadProc's signature, since C++11 supports arbitrary thread function signatures.
2017-06-11 09:43:05 +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
Remove threads.h and replace its definitions with their C++11 equivalents (
#5957
)
2017-06-11 09:43:05 +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
Pass clang-format on 14 trivial header files fixes
2017-04-07 23:22:00 +02:00
thread.cpp
Remove threads.h and replace its definitions with their C++11 equivalents (
#5957
)
2017-06-11 09:43:05 +02:00
thread.h
Remove threads.h and replace its definitions with their C++11 equivalents (
#5957
)
2017-06-11 09:43:05 +02:00