Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dthreads.h54 struct THREAD_POOL struct
67 void CreateThreadPool(SWR_CONTEXT* pContext, THREAD_POOL* pPool); argument
68 void StartThreadPool(SWR_CONTEXT* pContext, THREAD_POOL* pPool);
69 void DestroyThreadPool(SWR_CONTEXT* pContext, THREAD_POOL* pPool);
Dthreads.cpp1013 void CreateThreadPool(SWR_CONTEXT* pContext, THREAD_POOL* pPool) in CreateThreadPool()
1375 void StartThreadPool(SWR_CONTEXT* pContext, THREAD_POOL* pPool) in StartThreadPool()
1393 void DestroyThreadPool(SWR_CONTEXT* pContext, THREAD_POOL* pPool) in DestroyThreadPool()
Dcontext.h520 THREAD_POOL threadPool; // Thread pool associated with this context