|
274a0e1783
|
[*] Remove deprecated #if 0s from AuWakeOnAdress.cpp
|
2023-12-01 01:45:02 +00:00 |
|
|
0283186046
|
[*] Expand WakeOnAddress array and minor lookup optimization
|
2023-12-01 01:35:10 +00:00 |
|
|
63b72a9fb5
|
[*] Resolve WakeOnAddress emu-mode bug and a potential dead-lock
|
2023-11-17 23:11:58 +00:00 |
|
|
e071b3d509
|
[+] WaitOnAddress[Steady](..., AuOptional<bool> optAlreadySpun = {}) arguments
[+] ...slight UWP optimization?
[*] Lift WoA limitation
|
2023-10-30 15:29:20 +00:00 |
|
|
5cc811be19
|
[*] More compact Win32 primitives!
|
2023-08-21 17:34:24 +01:00 |
|
|
b236469d06
|
[*] Made WakeOnAddress trigger pointers always const
|
2023-08-19 20:37:24 +01:00 |
|
|
c306c12763
|
[*] Improve WakeOnAddress by hash binning by kDefaultWaitPerProcess instead the previous iteration before BST or HashTree lookup
|
2023-07-30 09:34:39 +01:00 |
|
|
94e2f7924e
|
[-] More redundant code from WakeOnAddress
|
2023-07-06 09:47:46 +01:00 |
|
|
e2758ea243
|
[-] Remove unused code from WakeOnAddress
|
2023-07-06 09:37:58 +01:00 |
|
|
28201db2d7
|
[+] Improve WoA on Windows 8+
[+] AuThreading::WaitOnAddressSteady
|
2023-06-15 20:44:27 +01:00 |
|
|
1a8acbdde5
|
[+] By-raw pointer WOA lists
(also they are now fairer)
[+] Steps towards future proofing NT (not the future proofing itself)
|
2023-06-12 18:31:44 +01:00 |
|
|
1bda1f469f
|
[*] simplify wake on address emulation
Windows 7 reporting improved time to wake, but it is still averaging about the same... everything.
|
2023-06-11 19:13:37 +01:00 |
|
|
6974c713f7
|
[+] Allocationless thread primitives
[*] Rename SMPYield to SMTYield
|
2023-03-21 03:19:22 +00:00 |
|
|
14c7d538e1
|
[*] Fix up modern WakeOnAddress fast path, of, well, WakeOnAddress
[*] Clean up AuEvent
[*] Dropped default spin power
|
2023-03-13 23:57:32 +00:00 |
|
|
e82ec4a343
|
[+] IWaitable::LockNS(...)
[+] AuThreading.WakeAllOnAddress
[+] AuThreading.WakeOnAddress
[+] AuThreading.WakeNOnAddress
[+] AuThreading.TryWaitOnAddress
[+] AuThreading.WaitOnAddress
[*] Further optimize synch primitives
[+] AuThreadPrimitives::RWRenterableLock
|
2023-03-12 15:27:28 +00:00 |
|