AuroraRuntime/Source/Threading/Primitives
J Reece Wilson 64cb7404ba [+] Near 1:1 Linux IPC Pipe compared to the NT equivalent (~= CreateNamedPipeA(nMaxInstances=1, dwOpenMode=PIPE_ACCESS_DUPLEX, dwPipeMode=PIPE_TYPE_BYTE))
[+] Ability to bypass blocking limitation of certain io_submit reads, if the blocking subsystem is a pollable stream (ie: a pipe).
[*] Fixed major Linux bug where LoopQueue items weren't being submitted, if no dequeues were in the same tick
[*] Fix various Linux pipe related bugs
[*] Fix futex bug where the callback was nulled on server-release
2022-08-09 07:48:29 +01:00
..
ConditionEx.cpp [*] Cheeky AuThreadPrimitives refactor 2022-06-01 22:49:38 +01:00
ConditionEx.hpp Initial Commit 2021-06-27 22:25:29 +01:00
ConditionMutex.Generic.cpp [*/+/-] MEGA COMMIT. ~2 weeks compressed. 2022-02-17 00:11:40 +00:00
ConditionMutex.Generic.hpp Major patch [1/2] 2021-09-06 11:58:08 +01:00
ConditionMutex.NT.cpp [*/+/-] MEGA COMMIT. ~2 weeks compressed. 2022-02-17 00:11:40 +00:00
ConditionMutex.NT.hpp [*] Cheeky AuThreadPrimitives refactor 2022-06-01 22:49:38 +01:00
ConditionMutex.Unix.cpp [+] Interim and incomplete Unix/Linux buildability 2022-03-22 05:10:40 +00:00
ConditionMutex.Unix.hpp Initial Commit 2021-06-27 22:25:29 +01:00
ConditionVariable.Generic.cpp [+] Added casts for pointer types 2022-02-19 11:43:57 +00:00
ConditionVariable.Generic.hpp [*] Cheeky AuThreadPrimitives refactor 2022-06-01 22:49:38 +01:00
ConditionVariable.NT.cpp [+] Added casts for pointer types 2022-02-19 11:43:57 +00:00
ConditionVariable.NT.hpp [*] Cheeky AuThreadPrimitives refactor 2022-06-01 22:49:38 +01:00
ConditionVariable.Unix.cpp [*] Update UNIX high speed thread primitives to better account for interrupts 2022-04-13 15:42:36 +01:00
ConditionVariable.Unix.hpp [+] Added WorkerId_t structure 2021-10-08 20:51:34 +01:00
CriticalSection.cpp [*/+/-] MEGA COMMIT. ~2 weeks compressed. 2022-02-17 00:11:40 +00:00
CriticalSection.hpp [*] Cheeky AuThreadPrimitives refactor 2022-06-01 22:49:38 +01:00
Event.cpp [*/+/-] MEGA COMMIT. ~2 weeks compressed. 2022-02-17 00:11:40 +00:00
Event.hpp [+] AuAtomicTestAndSet 2022-02-19 13:21:34 +00:00
IConditionMutexEx.hpp [*] Cheeky AuThreadPrimitives refactor 2022-06-01 22:49:38 +01:00
Mutex.Generic.cpp [*/+/-] MEGA COMMIT. ~2 weeks compressed. 2022-02-17 00:11:40 +00:00
Mutex.Generic.hpp Major patch [1/2] 2021-09-06 11:58:08 +01:00
Mutex.NT.cpp [*] Fix bugs in Mutex.NT.cpp 2022-02-18 12:04:10 +00:00
Mutex.NT.hpp [*] Cheeky AuThreadPrimitives refactor 2022-06-01 22:49:38 +01:00
Mutex.Unix.cpp [+] Near 1:1 Linux IPC Pipe compared to the NT equivalent (~= CreateNamedPipeA(nMaxInstances=1, dwOpenMode=PIPE_ACCESS_DUPLEX, dwPipeMode=PIPE_TYPE_BYTE)) 2022-08-09 07:48:29 +01:00
Mutex.Unix.hpp Initial Commit 2021-06-27 22:25:29 +01:00
RWLock.cpp [*] Further malding 2022-06-02 18:05:38 +01:00
RWLock.hpp [*] Cheeky AuThreadPrimitives refactor 2022-06-01 22:49:38 +01:00
Semaphore.Apple.cpp [*/+/-] MEGA COMMIT. ~2 weeks compressed. 2022-02-17 00:11:40 +00:00
Semaphore.Apple.hpp Patch 1.5/2 2021-09-06 14:08:37 +01:00
Semaphore.Generic.cpp [*/+/-] MEGA COMMIT. ~2 weeks compressed. 2022-02-17 00:11:40 +00:00
Semaphore.Generic.hpp Major patch [1/2] 2021-09-06 11:58:08 +01:00
Semaphore.NT.cpp [*] Updated bit utilities 2022-02-18 17:50:33 +00:00
Semaphore.NT.hpp [+] EConanonicalInput::eTab 2022-06-16 02:29:55 +01:00
Semaphore.Unix.cpp [*] Update UNIX high speed thread primitives to better account for interrupts 2022-04-13 15:42:36 +01:00
Semaphore.Unix.hpp Initial Commit 2021-06-27 22:25:29 +01:00
SpinLock.cpp [+] AuAtomicTestAndSet 2022-02-19 13:21:34 +00:00
SpinLock.hpp Initial Commit 2021-06-27 22:25:29 +01:00