History log of /TaskScheduler/Scheduler/Include/Platform/Posix/MTThread.h (Results 1 – 25 of 33)
Revision Date Author Comments
# 47ecee31 06-Dec-2016 s.makeev_local <[email protected]>

rewrote internal profiler to work better with Brofiler


# bc48b7ef 06-Oct-2016 Sergey Makeev <[email protected]>

Fixed fiber bug and some warnings

- isInitialized now work properly


# b2d53818 30-Sep-2016 s.makeev_local <[email protected]>

mt_forceinline macro


# 9c716f68 26-Sep-2016 s.makeev_local <[email protected]>

Add support for vs2015 and support for Brofiler


# 00eacdea 16-Sep-2016 s.makeev_local <[email protected]>

Fixed OSX build


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


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

Added macro _DARWIN_C_SOURCE for OSX


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

Fixed OSX build


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

Fixed OSX build


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

Fixed OSX build


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

Fixed Posix build


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

Fixed Posix


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

Fix posix build


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

Threads now has priority and can be binded for cpu core


# c88507a8 22-Aug-2016 s.makeev_local <[email protected]>

Added SetCurrentThreadName function.

- SetCurrentThreadName function
- Updated posix event implementation (more safe)


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

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


# 1e78cb24 16-Apr-2016 s.makeev_local <[email protected]>

Replace all preprocessor macros to my own macros from MTConfig.h


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

Fixed POSIX compilation


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


# 1d81bf1f 27-Dec-2015 Sergey Makeev <[email protected]>

Fixed OSX compilation and POSIX warnings


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


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

Atomics was refactored


# a6b7af00 29-Sep-2015 Sergey Makeev <[email protected]>

Custom memory allocator - fix POSIX build


# 51901c6b 29-Sep-2015 Sergey Makeev <[email protected]>

Custom allocator - first iteration WiP


12