Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dmspthrd.h43 HRESULT ThreadProc();
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/src/
H A 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()