Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/compiler/
Dtest_unload_platform_compiler.cpp682 const auto build_thread = [&end](build_base *build) { in test_unload_build_threaded() local
711 std::async(std::launch::async, build_thread, &build_source); in test_unload_build_threaded()
713 std::async(std::launch::async, build_thread, &build_binary); in test_unload_build_threaded()
715 std::async(std::launch::async, build_thread, &build_il); in test_unload_build_threaded()