Commit Graph

6 Commits

Author SHA1 Message Date
e57d584cb1 [*] Refactor: Aurora::Threading::Waitables to Aurora::Threading::Futexes
[+] Aurora::Threading WakeOnAddress series of APIs: const volatile void* overloads because we cant implicitly cast between volatile and nonvolatile
2024-11-21 17:57:19 +00:00
7fdcdb7568 [*] Fuck you 2024-06-10 14:08:58 +01:00
c3cb380eca [+] ADestructionWatcher::ADestructionWatcher(ADestructionWatcher &&move);
[+] ADestructionWatcher::ADestructionWatcher(const ADestructionWatcher &copy);
[+] ADestructionWatcher::ADestructionWatcher &operator =(ADestructionWatcher &&move);
[+] ADestructionWatcher::ADestructionWatcher &operator =(const ADestructionWatcher &copy);
2024-03-17 19:00:05 +00:00
27977779a9 [*] Improved destruction watchers 2024-03-02 01:47:12 +00:00
c1ccb81b7b [+] AuUtility::ADestructionWatcher::DoUnderLock 2024-02-10 05:56:13 +00:00
63858cfcb9 [+] Early impl of allocless destruction callbacks for adal (AuUtility::DestructionWatch and AuUtility::ADestructionWatcher) 2024-01-22 03:29:29 +00:00