.. |
AuConditionEx.cpp
|
[*] Added timeout awareness in ConditionEx; returns false on timeout
|
2023-08-12 11:18:19 +01: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
|
[+] Added Linux-specific condvars and condmutex
|
2023-08-12 11:11:12 +01:00 |
AuConditionMutex.Linux.hpp
|
[*] Some unwanted indirect branching is still bleeding in; mark more primitive classes as final
|
2023-08-19 11:41:37 +01:00 |
AuConditionMutex.NT.cpp
|
[*] Minor NT optimization: move branch
|
2023-07-10 20:06:18 +01:00 |
AuConditionMutex.NT.hpp
|
[*] NT: backport unix optimization - no spin during spurious wake up
|
2023-07-10 13:12:17 +01:00 |
AuConditionMutex.Unix.cpp
|
[+] Added Linux-specific condvars and condmutex
|
2023-08-12 11:11:12 +01:00 |
AuConditionMutex.Unix.hpp
|
[*] Some unwanted indirect branching is still bleeding in; mark more primitive classes as final
|
2023-08-19 11:41:37 +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
|
[*] Two trivial changes (not fixing or improving anything)
|
2023-08-18 15:53:38 +01:00 |
AuConditionVariable.Linux.hpp
|
[*] Shorten the expected overhead of some Linux primitives
|
2023-08-13 20:09:58 +01:00 |
AuConditionVariable.NT.cpp
|
[*] Trivial Win8+ condvar broadcast improvement (pragmatism)
|
2023-07-25 15:28:02 +01:00 |
AuConditionVariable.NT.hpp
|
[*] Some unwanted indirect branching is still bleeding in; mark more primitive classes as final
|
2023-08-19 11:41:37 +01:00 |
AuConditionVariable.Unix.cpp
|
[+] Added Linux-specific condvars and condmutex
|
2023-08-12 11:11:12 +01:00 |
AuConditionVariable.Unix.hpp
|
[*] Begin resolving 8 months of Linux neglect
|
2023-08-11 16:51:42 +01:00 |
AuCriticalSection.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 |
AuCriticalSection.hpp
|
[*] Some unwanted indirect branching is still bleeding in; mark more primitive classes as final
|
2023-08-19 11:41:37 +01:00 |
AuEvent.cpp
|
[*] remove redundant branch from sync primitive
|
2023-06-28 02:24:53 +01:00 |
AuEvent.hpp
|
[*] Some unwanted indirect branching is still bleeding in; mark more primitive classes as final
|
2023-08-19 11:41:37 +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
|
[+] AuProcAddresses.Linux.*
|
2023-08-12 10:16:20 +01:00 |
AuMutex.Linux.hpp
|
[*] Some unwanted indirect branching is still bleeding in; mark more primitive classes as final
|
2023-08-19 11:41:37 +01:00 |
AuMutex.NT.cpp
|
[*] Minor NT optimization: move branch
|
2023-07-10 20:06:18 +01:00 |
AuMutex.NT.hpp
|
[*] Some unwanted indirect branching is still bleeding in; mark more primitive classes as final
|
2023-08-19 11:41:37 +01:00 |
AuMutex.Unix.cpp
|
[*] Begin resolving 8 months of Linux neglect
|
2023-08-11 16:51:42 +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
|
[*] RWLock improvements
|
2023-07-30 11:23:40 +01:00 |
AuRWLock.hpp
|
[*] RWLock improvements
|
2023-07-30 11:23:40 +01: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
|
[*] Always use unsigned integers under the semaphore classes
|
2023-08-18 15:26:31 +01:00 |
AuSemaphore.Linux.hpp
|
[*] Some unwanted indirect branching is still bleeding in; mark more primitive classes as final
|
2023-08-19 11:41:37 +01:00 |
AuSemaphore.NT.cpp
|
[*] Always use unsigned integers under the semaphore classes
|
2023-08-18 15:26:31 +01:00 |
AuSemaphore.NT.hpp
|
[*] Some unwanted indirect branching is still bleeding in; mark more primitive classes as final
|
2023-08-19 11:41:37 +01:00 |
AuSemaphore.Unix.cpp
|
[*] Always use unsigned integers under the semaphore classes
|
2023-08-18 15:26:31 +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
|
[+] Allocationless thread primitives
|
2023-03-21 03:19:22 +00:00 |
SMTYield.hpp
|
[+] Allocationless thread primitives
|
2023-03-21 03:19:22 +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 |