NazaraEngine/tests/UnitTests
SirLynix c303bf9283 Core/TaskScheduler: Use WorkStealingQueue::pop
steal() can incorrectly return nullptr even if the list is not empty in case of concurrent access, but push and pop are not threadsafe so we use a spinlock to prevent concurrent uses
2024-02-02 23:19:29 +01:00
..
Engine Core/TaskScheduler: Use WorkStealingQueue::pop 2024-02-02 23:19:29 +01:00
main.cpp Cleanup includes 2023-12-02 13:56:24 +01:00
resources.cpp Move unit tests to the unittests asset folder 2022-12-29 12:07:52 +01:00
subprocess1.cpp UnitTests/Process: Increase wait durations 2024-01-23 19:31:21 +01:00
subprocess2.cpp UnitTests/Process: Increase wait durations 2024-01-23 19:31:21 +01:00
xmake.lua Add process unit tests 2024-01-23 19:31:21 +01:00