Lines Matching refs:uint32
177 const uint32 MT_MAX_THREAD_COUNT = 64;
178 const uint32 MT_SCHEDULER_STACK_SIZE = 1048576; // 1Mb
180 const uint32 MT_MAX_STANDART_FIBERS_COUNT = 256;
181 const uint32 MT_STANDART_FIBER_STACK_SIZE = 32768; //32Kb
183 const uint32 MT_MAX_EXTENDED_FIBERS_COUNT = 8;
184 const uint32 MT_EXTENDED_FIBER_STACK_SIZE = 1048576; // 1Mb
202 uint32 core;
289 uint32 waitTimeMs;
290 uint32 exitCode;
351 …TaskScheduler(uint32 workerThreadsCount = 0, WorkerThreadParams* workerParameters = nullptr, IProf…
353 …TaskScheduler(uint32 workerThreadsCount = 0, WorkerThreadParams* workerParameters = nullptr, TaskS…
362 void RunAsync(TaskGroup group, const TTask* taskArray, uint32 taskCount);
364 void RunAsync(TaskGroup group, const TaskHandle* taskHandleArray, uint32 taskHandleCount);
368 bool WaitGroup(TaskGroup group, uint32 milliseconds);
370 bool WaitAll(uint32 milliseconds);
377 bool IsTaskStealingDisabled(uint32 minWorkersCount = 1) const;
388 void NotifyFibersCreated(uint32 fibersCount);
389 void NotifyThreadsCreated(uint32 threadsCount);