Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/opengl/libs/EGL/
H A DMultifileBlobCache.cpp132 mTaskThread = std::thread(&MultifileBlobCache::processTasks, this); in MultifileBlobCache()
311 if (mTaskThread.joinable()) { in ~MultifileBlobCache()
312 mTaskThread.join(); in ~MultifileBlobCache()
H A DMultifileBlobCache.h218 std::thread mTaskThread; variable
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DCommandProcessor.h754 std::thread::id getThreadId() const { return mTaskThread.get_id(); } in getThreadId()
802 std::thread mTaskThread; variable
H A DCommandProcessor.cpp910 mTaskThread = std::thread(&CommandProcessor::processTasks, this); in init()
925 if (mTaskThread.joinable()) in destroy()
927 mTaskThread.join(); in destroy()
/aosp_15_r20/out/soong/.intermediates/frameworks/native/opengl/libs/libEGL_blobCache/android_arm64_armv8-2a_cortex-a55_static_sabi/obj/frameworks/native/opengl/libs/EGL/
DMultifileBlobCache.sdump1398 "field_name" : "mTaskThread",