History log of /TaskScheduler/Scheduler/Include/MTTaskPool.h (Results 1 – 13 of 13)
Revision Date Author Comments
# b23bdf5a 09-Sep-2016 s.makeev_local <[email protected]>

Add priority for tasks


# 721f8c0b 24-Jun-2016 s.makeev_local <[email protected]>

I have refactored atomics


# c7362320 11-May-2016 s.makeev_local <[email protected]>

Fixed alignment inside Scopes and StackArray and rename Thread::Stop to Thread::Join


# 02d170cf 15-Apr-2016 s.makeev_local <[email protected]>

Refactored and added support for ORBIS

(ORBIS code is cut out from this public repository due to NDA)


# f4db079d 22-Feb-2016 s.makeev <[email protected]>

Stack size for each task can be customized.

Task scheduler now support stack size feature.
You can choose between standard and extended stack size required for
task.


# 2e846c40 27-Dec-2015 Sergey Makeev <[email protected]>

Lot of refactoring and thread safe scopes stack

- MT_UNUSED for unused variables
- MT_USED_IN_ASSERT for variables used only in assertions
- MT_NOCOPYABLE instead of private assignment operators and

Lot of refactoring and thread safe scopes stack

- MT_UNUSED for unused variables
- MT_USED_IN_ASSERT for variables used only in assertions
- MT_NOCOPYABLE instead of private assignment operators and private
ctros
- MT_ASSERT now is do nothing in release
- mt_thread_local for thread local variables
- thread safe scopes stack designed for use in debug tools (WiP)

show more ...


# 4a90b4a6 19-Dec-2015 Sergey Makeev <[email protected]>

Internal profiler was removed. Replaced by profiler events listener interface


# 81ec7369 16-Dec-2015 Sergey Makeev <[email protected]>

Atomics was refactored


# 53334f79 07-Oct-2015 Sergey Makeev <[email protected]>

Fix fire and forget tests


# e455330f 07-Oct-2015 Sergey Makeev <[email protected]>

More asserts


# 1196c666 02-Oct-2015 Sergey Makeev <[email protected]>

Compilation fix ( OSX/Unix )


# 58d12dad 02-Oct-2015 Sergey Makeev <[email protected]>

Fire and forget tasks using TaskPool


# b7f5a220 02-Oct-2015 Sergey Makeev <[email protected]>

Fire and forget tasks WiP. TaskPool first iteration.