Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/src/
DTests.cpp532 auto ThreadProc = [&](uint32_t randSeed) -> void in MainTest() local
659 bkgThreads.emplace_back(std::bind(ThreadProc, threadRandSeed + (uint32_t)i)); in MainTest()
5564 auto ThreadProc = [&config, allocationSizeProbabilitySum, pool]( in TestPool_Benchmark() local
5848 ThreadProc, in TestPool_Benchmark()