Home
last modified time | relevance | path

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

/TaskScheduler/Scheduler/Include/
H A DMTScheduler.h178 const uint32 MT_SCHEDULER_STACK_SIZE = 1048576; // 1Mb variable
/TaskScheduler/Scheduler/Source/
H A DMTScheduler.cpp124 …threadContext[i].thread.Start( MT_SCHEDULER_STACK_SIZE, WorkerThreadMain, &threadContext[i], threa… in TaskScheduler()