History log of /TaskScheduler/SchedulerTests/Tests/DxtTests.cpp (Results 1 – 11 of 11)
Revision Date Author Comments
# f7a9bfc3 16-Sep-2016 s.makeev_local <[email protected]>

Imporve hybrid spin algorithm


# 3d930776 15-Sep-2016 s.makeev_local <[email protected]>

Implemented active wait feature.

Waiting thread now can process tasks and act as additional worker
thread.


# 3a3d248d 12-Sep-2016 s.makeev_local <[email protected]>

Added Yield support for tasks


# b23bdf5a 09-Sep-2016 s.makeev_local <[email protected]>

Add priority for tasks


# 6e90b535 09-Sep-2016 s.makeev_local <[email protected]>

Improve built-in profiler


# 4965e494 07-Sep-2016 s.makeev_local <[email protected]>

Increase queue size


# c121d748 07-Sep-2016 s.makeev_local <[email protected]>

Fixed test


# 60ac17fb 07-Sep-2016 s.makeev_local <[email protected]>

Fiber storage now use lock-free queue.

Refactor internal profiler.


# d7cf17b1 02-Sep-2016 s.makeev_local <[email protected]>

Threads now has priority and can be binded for cpu core


# faa6c6e5 19-Aug-2016 s.makeev_local <[email protected]>

Fixed posix and osx compilation


# 2f083884 19-Aug-2016 s.makeev_local <[email protected]>

Change project files layout and fix some bugs

- Rewrite Posix MTEvent
- Fixed bug inside MTConcurrentQueueLIFO
- Updated tests