.. |
AuConditionEx.cpp
|
[*] Formatting regressions (+ 1x double-based RNG regression)
|
2023-12-01 03:43:06 +00:00 |
AuConditionEx.hpp
|
[*] Refactoring in progress...
|
2022-11-17 08:03:20 +00:00 |
AuConditionMutex.Generic.cpp
|
[*] Refactoring in progress...
|
2022-11-17 08:03:20 +00:00 |
AuConditionMutex.Generic.hpp
|
[+] Added Linux-specific condvars and condmutex
|
2023-08-12 11:11:12 +01:00 |
AuConditionMutex.Linux.cpp
|
[*] Guess I should finalize this for linux. The verbosity of writing a cas in the wait loops is stupid if we arent doing anything special with the bits.
|
2023-09-12 16:12:54 +01:00 |
AuConditionMutex.Linux.hpp
|
[*] Linux and UNIX QOL
|
2023-08-27 12:42:10 +01:00 |
AuConditionMutex.NT.cpp
|
[*] Added missing this-> s
|
2023-09-09 19:46:08 +01:00 |
AuConditionMutex.NT.hpp
|
[*] More compact Win32 primitives!
|
2023-08-21 17:34:24 +01:00 |
AuConditionMutex.Unix.cpp
|
[+] Added Linux-specific condvars and condmutex
|
2023-08-12 11:11:12 +01:00 |
AuConditionMutex.Unix.hpp
|
[*] More compact Linux primitives
|
2023-08-21 19:17:05 +01:00 |
AuConditionVariable.Generic.cpp
|
[*] Refactoring in progress...
|
2022-11-17 08:03:20 +00:00 |
AuConditionVariable.Generic.hpp
|
[+] Added Linux-specific condvars and condmutex
|
2023-08-12 11:11:12 +01:00 |
AuConditionVariable.Linux.cpp
|
[*] Linux and UNIX QOL
|
2023-08-27 12:42:10 +01:00 |
AuConditionVariable.Linux.hpp
|
[*] More compact Linux primitives
|
2023-08-21 19:17:05 +01:00 |
AuConditionVariable.NT.cpp
|
[*] Nt Condvars: I'm paranoid about this potential race condition
|
2023-10-20 10:04:06 +01:00 |
AuConditionVariable.NT.hpp
|
[*] Trivial XP+ semaphore optimization for high wake counts
|
2023-10-12 17:00:13 +01:00 |
AuConditionVariable.Unix.cpp
|
[+] Added Linux-specific condvars and condmutex
|
2023-08-12 11:11:12 +01:00 |
AuConditionVariable.Unix.hpp
|
[*] More compact Linux primitives
|
2023-08-21 19:17:05 +01:00 |
AuCriticalSection.cpp
|
[*] More compact Linux primitives
|
2023-08-21 19:17:05 +01:00 |
AuCriticalSection.hpp
|
[*] More compact Linux primitives
|
2023-08-21 19:17:05 +01:00 |
AuEvent.cpp
|
[*] This was bothering me - 4b0a7c65 cont
|
2023-09-12 21:56:58 +01:00 |
AuEvent.hpp
|
[*] 74dc6772 cont: this structure is going to be padded to 32bits anyway. this makes the atomic operations easier
|
2023-09-10 18:10:36 +01:00 |
AuIConditionMutexEx.hpp
|
[*] Refactoring in progress...
|
2022-11-17 08:03:20 +00:00 |
AuMutex.Generic.cpp
|
[*] Refactor our thread primitives for an SOO change, where the SOO[_t]-suffix is no longer required, resulting a new type conflict issue
|
2023-04-23 19:25:37 +01:00 |
AuMutex.Generic.hpp
|
[+] Linux: semaphores and mutexes directly over futexes. Move UNIX pthread condvar mutex into the condvar mutex class.
|
2022-12-28 23:44:45 +00:00 |
AuMutex.Linux.cpp
|
[*] Guess I should finalize this for linux. The verbosity of writing a cas in the wait loops is stupid if we arent doing anything special with the bits.
|
2023-09-12 16:12:54 +01:00 |
AuMutex.Linux.hpp
|
[*] Fix linux build warning and not quite complete linux ipc fix a4f6db7ec9
|
2023-09-17 18:36:20 +01:00 |
AuMutex.NT.cpp
|
[*] Added missing this-> s
|
2023-09-09 19:46:08 +01:00 |
AuMutex.NT.hpp
|
[+] More threading options
|
2023-08-19 18:16:48 +01:00 |
AuMutex.Unix.cpp
|
[*] Linux and UNIX QOL
|
2023-08-27 12:42:10 +01:00 |
AuMutex.Unix.hpp
|
[*] Some unwanted indirect branching is still bleeding in; mark more primitive classes as final
|
2023-08-19 11:41:37 +01:00 |
AuRWLock.cpp
|
[*] Formatting regressions (+ 1x double-based RNG regression)
|
2023-12-01 03:43:06 +00:00 |
AuRWLock.hpp
|
[+] IRWLock::CheckSelfThreadIsWriter
|
2023-12-01 01:15:35 +00:00 |
AuSemaphore.Generic.cpp
|
[*] Always use unsigned integers under the semaphore classes
|
2023-08-18 15:26:31 +01:00 |
AuSemaphore.Generic.hpp
|
[*] Always use unsigned integers under the semaphore classes
|
2023-08-18 15:26:31 +01:00 |
AuSemaphore.Linux.cpp
|
[*] Linux: build regressions
|
2023-09-15 00:10:40 +01:00 |
AuSemaphore.Linux.hpp
|
[*] Reoptimize semaphore wait paths
|
2023-08-22 15:28:09 +01:00 |
AuSemaphore.NT.cpp
|
[*] Trivial XP+ semaphore optimization for high wake counts
|
2023-10-12 17:00:13 +01:00 |
AuSemaphore.NT.hpp
|
[*] bonk (use AuAXXX atomics)
|
2023-09-02 04:55:43 +01:00 |
AuSemaphore.Unix.cpp
|
[*] Linux and UNIX QOL
|
2023-08-27 12:42:10 +01:00 |
AuSemaphore.Unix.hpp
|
[*] Some unwanted indirect branching is still bleeding in; mark more primitive classes as final
|
2023-08-19 11:41:37 +01:00 |
AuSpinLock.cpp
|
[*] further deprecate high res clock
|
2023-04-22 22:58:20 +01:00 |
AuSpinLock.hpp
|
[*] Refactoring in progress...
|
2022-11-17 08:03:20 +00:00 |
SMTYield.cpp
|
[+] WaitOnAddress[Steady](..., AuOptional<bool> optAlreadySpun = {}) arguments
|
2023-10-30 15:29:20 +00:00 |
SMTYield.hpp
|
[+] WaitOnAddress[Steady](..., AuOptional<bool> optAlreadySpun = {}) arguments
|
2023-10-30 15:29:20 +00:00 |
ThreadCookie.cpp
|
[*] [Pre-Win8.1] Optimize for modern nt instead of windows vista synch in legacy path; yes, this is how windows 7 and vista synch is somewhat implemented.
|
2023-03-15 00:35:29 +00:00 |
ThreadCookie.hpp
|
[*] Further compress
|
2023-03-22 13:42:07 +00:00 |
ThreadCookie.x64.NT.asm
|
[*] Cleanup optimization commit
|
2023-03-15 00:48:37 +00:00 |