Searched refs:ThreadProc (Results 1 – 2 of 2) sorted by relevance
43 HRESULT ThreadProc();
532 auto ThreadProc = [&](uint32_t randSeed) -> void in MainTest() local659 bkgThreads.emplace_back(std::bind(ThreadProc, threadRandSeed + (uint32_t)i)); in MainTest()5564 auto ThreadProc = [&config, allocationSizeProbabilitySum, pool]( in TestPool_Benchmark() local5848 ThreadProc, in TestPool_Benchmark()