Searched refs:testThreadCount (Results 1 – 1 of 1) sorted by relevance
519 …const deUint32 testThreadCount = requestedThreadCount == std::numeric_limits<deUint32>::ma… in finishDeferredOperation() local531 std::vector<DeferredThreadParams> threadParams (testThreadCount, deferredThreadParams); in finishDeferredOperation()532 std::vector<de::MovePtr<std::thread> > threads (testThreadCount); in finishDeferredOperation()535 DE_ASSERT(threads.size() > 0 && threads.size() == testThreadCount); in finishDeferredOperation()537 for (deUint32 threadNdx = 0; threadNdx < testThreadCount; ++threadNdx) in finishDeferredOperation()540 for (deUint32 threadNdx = 0; threadNdx < testThreadCount; ++threadNdx) in finishDeferredOperation()543 for (deUint32 threadNdx = 0; threadNdx < testThreadCount; ++threadNdx) in finishDeferredOperation()