Searched refs:testThreadCount (Results 1 – 1 of 1) sorted by relevance
487 …const deUint32 testThreadCount = requestedThreadCount == std::numeric_limits<deUint32>::ma… in finishDeferredOperation() local499 std::vector<DeferredThreadParams> threadParams (testThreadCount, deferredThreadParams); in finishDeferredOperation()500 std::vector<de::MovePtr<std::thread> > threads (testThreadCount); in finishDeferredOperation()503 DE_ASSERT(threads.size() > 0 && threads.size() == testThreadCount); in finishDeferredOperation()505 for (deUint32 threadNdx = 0; threadNdx < testThreadCount; ++threadNdx) in finishDeferredOperation()508 for (deUint32 threadNdx = 0; threadNdx < testThreadCount; ++threadNdx) in finishDeferredOperation()511 for (deUint32 threadNdx = 0; threadNdx < testThreadCount; ++threadNdx) in finishDeferredOperation()