AuroraRuntime/Source/Async
Reece Wilson 8ff81df129 [*] Fix deadlock involving WaitFor under ThreadPool (shutdown race)
[*] Optimize mutex lock out of RWLockImpl::TryLockWrite
[*] Force all relevant members of RWLockImpl to be volatile just bc lol (afaik we cant justify it yet; however, i want to minimalize the risk of future issues in this type)
2023-01-30 14:35:48 +00:00
..
Async.cpp A pretty large patch not worth breaking up into separate commits 2021-11-05 17:34:23 +00:00
Async.hpp A pretty large patch not worth breaking up into separate commits 2021-11-05 17:34:23 +00:00
AsyncApp.cpp [*] Linux builds again. Still behind 2022-06-23 13:25:20 +01:00
AsyncApp.hpp [*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO 2022-06-12 01:29:28 +01:00
AsyncRunnable.hpp [+] Minimalistic AuNumericLimits implementation 2022-02-19 17:56:45 +00:00
GroupState.cpp [*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO 2022-06-12 01:29:28 +01:00
GroupState.hpp [*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO 2022-06-12 01:29:28 +01:00
Schedular.cpp [*] Fixup schedule failure rejection. Fixes crash during safe/good clean up. 2022-08-13 22:59:44 +01:00
Schedular.hpp [*] Fixup schedule failure rejection. Fixes crash during safe/good clean up. 2022-08-13 22:59:44 +01:00
ThreadPool.cpp [*] Fix deadlock involving WaitFor under ThreadPool (shutdown race) 2023-01-30 14:35:48 +00:00
ThreadPool.hpp [*] Fix deadlock involving WaitFor under ThreadPool (shutdown race) 2023-01-30 14:35:48 +00:00
ThreadState.hpp [*] Fix deadlock involving WaitFor under ThreadPool (shutdown race) 2023-01-30 14:35:48 +00:00
ThreadWorkerQueueShim.cpp [+] Net: TCP servers can now be multi-threaded 2022-11-17 20:58:48 +00:00
ThreadWorkerQueueShim.hpp [+] Net: TCP servers can now be multi-threaded 2022-11-17 20:58:48 +00:00
WorkItem.cpp [+] Always expand directory tree when attempting to copy or move files, just like every other FIO create operation. 2023-01-23 21:18:58 +00:00
WorkItem.hpp [+] Always expand directory tree when attempting to copy or move files, just like every other FIO create operation. 2023-01-23 21:18:58 +00:00