Home
last modified time | relevance | path

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

/third_party/opencl-headers/src/
Dopencl_wrapper.cpp39 static std::mutex g_initMutex; variable
45 std::lock_guard<std::mutex> lock(g_initMutex); in InitOpenCL()