Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_common/harness/
DkernelHelpers.cpp40 static std::mutex gCompilerMutex; variable
666 std::lock_guard<std::mutex> compiler_lock(gCompilerMutex); in create_single_kernel_helper_create_program()