Searched refs:MT_STANDART_FIBER_STACK_SIZE (Results 1 – 2 of 2) sorted by relevance
181 const uint32 MT_STANDART_FIBER_STACK_SIZE = 32768; //32Kb variable
64 context.fiber.Create(MT_STANDART_FIBER_STACK_SIZE, FiberMain, &context); in TaskScheduler()