History log of /TaskScheduler/Scheduler/Include/Platform/Windows/MTFiberDefault.h (Results 1 – 9 of 9)
Revision Date Author Comments
# d8cd6e1f 28-Mar-2020 Tsarevich Dmitry <[email protected]>

Release the resources allocated by the ConvertThreadToFiber function

Found in https://github.com/SergeyMakeev/TaskScheduler/issues/4.
See https://docs.microsoft.com/en-us/windows/win32/api/winbase/n

Release the resources allocated by the ConvertThreadToFiber function

Found in https://github.com/SergeyMakeev/TaskScheduler/issues/4.
See https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-convertfibertothread for details.

show more ...


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

Remove unusued MTEvent from temporary ThreadContext


# 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.


# ae5bbefb 08-Sep-2016 s.makeev_local <[email protected]>

Rewrote CreateFromCurrentThreadAndRun


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

Threads now has priority and can be binded for cpu core


# 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)


# 87ecbf38 24-Feb-2016 s.makeev <[email protected]>

Fixed compilation when default fibers is used.


# 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 ...


# 6bbc0262 16-Dec-2015 Sergey Makeev <[email protected]>

Refactored a little bit