Home
last modified time | relevance | path

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

/TaskScheduler/Scheduler/Source/
H A DMTScheduler.cpp114 uint32 threadCore = i; in TaskScheduler() local
120 threadCore = params.core; in TaskScheduler()
124 ….thread.Start( MT_SCHEDULER_STACK_SIZE, WorkerThreadMain, &threadContext[i], threadCore, priority); in TaskScheduler()