NazaraEngine/tests/UnitTests
SirLynix b69c0bb444 Core/TaskScheduler: Fix deadlock when exiting
If a worker was not given a task, it could happen to ignore the exit signal (for example if it's set before the worker started, causing it to clear the notifier boolean and test it again before checking m_running)
2024-02-04 13:43:55 +01:00
..
Engine Core/TaskScheduler: Fix deadlock when exiting 2024-02-04 13:43:55 +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