Searched refs:MT_EXTENDED_FIBER_STACK_SIZE (Results 1 – 2 of 2) sorted by relevance
184 const uint32 MT_EXTENDED_FIBER_STACK_SIZE = 1048576; // 1Mb variable
76 context.fiber.Create(MT_EXTENDED_FIBER_STACK_SIZE, FiberMain, &context); in TaskScheduler()