Searched refs:MT_SCHEDULER_STACK_SIZE (Results 1 – 2 of 2) sorted by relevance
178 const uint32 MT_SCHEDULER_STACK_SIZE = 1048576; // 1Mb variable
124 …threadContext[i].thread.Start( MT_SCHEDULER_STACK_SIZE, WorkerThreadMain, &threadContext[i], threa… in TaskScheduler()