AuroraRuntime/Source/Threading/Primitives
J Reece Wilson 2209aeb7a8 [+] Linux: semaphores and mutexes directly over futexes. Move UNIX pthread condvar mutex into the condvar mutex class.
[*] BSD: Rewrote fundamentally flawed pthread_mutex class code to use MONOTONIC clock time
[+] Linus SwInfo: Added enterprise check for RedHat
2022-12-28 23:44:45 +00:00
..
AuConditionEx.cpp [*] Refactoring in progress... 2022-11-17 08:03:20 +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 [*] Refactoring in progress... 2022-11-17 08:03:20 +00:00
AuConditionMutex.NT.cpp [*] Refactoring in progress... 2022-11-17 08:03:20 +00:00
AuConditionMutex.NT.hpp [*] Refactoring in progress... 2022-11-17 08:03:20 +00:00
AuConditionMutex.Unix.cpp [+] 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
AuConditionMutex.Unix.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
AuConditionVariable.Generic.cpp [*] Refactoring in progress... 2022-11-17 08:03:20 +00:00
AuConditionVariable.Generic.hpp [*] Refactoring in progress... 2022-11-17 08:03:20 +00:00
AuConditionVariable.NT.cpp [*] Refactoring in progress... 2022-11-17 08:03:20 +00:00
AuConditionVariable.NT.hpp [*] Refactoring in progress... 2022-11-17 08:03:20 +00:00
AuConditionVariable.Unix.cpp [*] Begin enforcing steady time 2022-11-28 16:01:08 +00:00
AuConditionVariable.Unix.hpp [*] Refactoring in progress... 2022-11-17 08:03:20 +00:00
AuCriticalSection.cpp [*] Refactoring in progress... 2022-11-17 08:03:20 +00:00
AuCriticalSection.hpp [*] Refactoring in progress... 2022-11-17 08:03:20 +00:00
AuEvent.cpp [+] AuUtility::ThroughputCalculator 2022-12-06 22:58:15 +00:00
AuEvent.hpp [*] Refactoring in progress... 2022-11-17 08:03:20 +00:00
AuIConditionMutexEx.hpp [*] Refactoring in progress... 2022-11-17 08:03:20 +00:00
AuMutex.Generic.cpp [*] Refactoring in progress... 2022-11-17 08:03:20 +00: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 [+] 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.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.NT.cpp [*] Optimize for Win8.1 scheduler that can bypass SRW CVs 2022-12-28 10:50:30 +00:00
AuMutex.NT.hpp [*] Refactoring in progress... 2022-11-17 08:03:20 +00:00
AuMutex.Unix.cpp [+] 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.Unix.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
AuRWLock.cpp [+] Net: TCP servers can now be multi-threaded 2022-11-17 20:58:48 +00:00
AuRWLock.hpp [*] Refactoring in progress... 2022-11-17 08:03:20 +00:00
AuSemaphore.Generic.cpp [*] Refactoring in progress... 2022-11-17 08:03:20 +00:00
AuSemaphore.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
AuSemaphore.Linux.cpp [+] 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
AuSemaphore.Linux.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
AuSemaphore.NT.cpp [*] Optimize for Win8.1 scheduler that can bypass SRW CVs 2022-12-28 10:50:30 +00:00
AuSemaphore.NT.hpp [*] Refactoring in progress... 2022-11-17 08:03:20 +00:00
AuSemaphore.Unix.cpp [+] 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
AuSemaphore.Unix.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
AuSpinLock.cpp [+] AuUtility::ThroughputCalculator 2022-12-06 22:58:15 +00:00
AuSpinLock.hpp [*] Refactoring in progress... 2022-11-17 08:03:20 +00:00