AuroraRuntime/Include/Aurora/Threading
Reece e5e36bd887 Large Commit
[*] Fix deadlock in the async subsystem (NoLockShutdown vs Shutdown in exception handler)
[+] Added ProccessMap NT variant
[+] Added ToolHelp image profiling
[*] Improved exception awareness
[*] Delegated SpawnThread to isolated TU, ready for reuse for RunAs and XNU Open - now with horrible evil alloc that could fail
[+] Added header for future api 'UtilRun'
[*] Improve NT core detection
[*] Changed small affinity bitmap to AuUInt64 instead of AuUInt32
[+] Added data structure to hold cpuids/affinity masks
[+] Implemented logger sinks
[+] Implemented logger glue logic
[*] Began migrating older loggers to sink-based default devices
[*] Minor refactors
[*] Improved internal exception discarding, not yet nothrow capable
[*] Minor create directory fix
2022-01-24 18:43:53 +00:00
..
Primitives [+] Added WorkerId_t structure 2021-10-08 20:51:34 +01:00
Threads Large Commit 2022-01-24 18:43:53 +00:00
Waitables Initial Commit 2021-06-27 22:25:29 +01:00
IWaitable.hpp Initial Commit 2021-06-27 22:25:29 +01:00
LockGuard.hpp [*] Fix more scuffed time logic 2022-01-21 19:36:56 +00:00
LockGuardTry.hpp [*] cont 2022-01-19 18:37:09 +00:00
Sleep.hpp Initial Commit 2021-06-27 22:25:29 +01:00
Threading.hpp [+] Added TryLockGuard; AU_TRY_LOCK_GUARD_RET_DEF, AU_TRY_LOCK_GUARD, AU_TRY_LOCK_GUARD_RET_VAL, AU_TRY_LOCK_GUARD_RET_DEF 2021-12-24 16:25:12 +00:00
WaitFor.hpp [*] cont 2022-01-19 18:37:09 +00:00