Home
last modified time | relevance | path

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

/dports/devel/staf/src/staf/stafif/
H A DSTAFThreadManager.cpp17 : fGrowthDelta(growthDelta), fThreadPoolSize(0), in STAFThreadManager()
65 return fThreadPoolSize; in getThreadPoolSize()
83 return fThreadPoolSize - fThreadPool.size(); in getNumWorkingThreads()
148 ++fThreadPoolSize; in doGrowThreadPool()
H A DSTAFThreadManager.h106 unsigned int fThreadPoolSize; variable
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKMap/GKMap.Core/
H A DMapCore.cs40 private readonly int fThreadPoolSize = 4; field in GKMap.MapCore
667 while (fTileLoadQueue4Tasks.Count < fThreadPoolSize) { in AddLoadTask()
679 … if (Interlocked.Increment(ref fLoadWaitCount) >= fThreadPoolSize) { in AddLoadTask()