AuroraRuntime/Source/Threading/Threads
2023-10-01 14:12:22 +01:00
..
AuOSThread.cpp [*] Fix OSThread regression / main thread was stalling for a few seconds on exit because the schedulers end of thread clean up was bailing out under the "pls no dtor race before the os spawn kicks in" lock path 2023-10-01 14:12:22 +01:00
AuOSThread.hpp [*] Fix OSThread regression / main thread was stalling for a few seconds on exit because the schedulers end of thread clean up was bailing out under the "pls no dtor race before the os spawn kicks in" lock path 2023-10-01 14:12:22 +01:00
AuSpawnThread.hpp [*] Refactoring in progress... 2022-11-17 08:03:20 +00:00
AuSpawnThread.NT.cpp [*] Simplify when to call _beginthreadex (we probably shouldn't) 2023-08-23 19:11:21 +01:00
AuSpawnThread.NT.hpp [*] Refactoring in progress... 2022-11-17 08:03:20 +00:00
AuSpawnThread.Unix.cpp [*] Refactoring in progress... 2022-11-17 08:03:20 +00:00
AuSpawnThread.Unix.hpp [*] Refactoring in progress... 2022-11-17 08:03:20 +00:00
AuThreadHandles.cpp [+] New TLSView implementation 2023-04-30 08:24:27 +01:00
AuThreadHandles.hpp [*] Refactoring in progress... 2022-11-17 08:03:20 +00:00
AuThreads.cpp [+] New TLSView implementation 2023-04-30 08:24:27 +01:00
AuThreads.hpp [*] Refactoring in progress... 2022-11-17 08:03:20 +00:00
TLSView.cpp [*] Fix TLS thread index out of bounds access 2023-05-09 14:21:55 +01:00
TLSView.hpp [+] New TLSView implementation 2023-04-30 08:24:27 +01:00