Home
last modified time | relevance | path

Searched refs:MT_STANDART_FIBER_STACK_SIZE (Results 1 – 2 of 2) sorted by relevance

/TaskScheduler/Scheduler/Include/
H A DMTScheduler.h181 const uint32 MT_STANDART_FIBER_STACK_SIZE = 32768; //32Kb variable
/TaskScheduler/Scheduler/Source/
H A DMTScheduler.cpp64 context.fiber.Create(MT_STANDART_FIBER_STACK_SIZE, FiberMain, &context); in TaskScheduler()