Home
last modified time | relevance | path

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

/aosp12/frameworks/wilhelm/src/
H A DThreadPool.h87 extern void ThreadPool_deinit(ThreadPool *tp);
H A DThreadPool.cpp242 void ThreadPool_deinit(ThreadPool *tp) in ThreadPool_deinit() function
/aosp12/frameworks/wilhelm/src/objects/
H A DCEngine.cpp138 ThreadPool_deinit(&thiz->mThreadPool); in CEngine_Destroy()