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.h52 struct THREAD_POOL struct
64 void CreateThreadPool(SWR_CONTEXT *pContext, THREAD_POOL *pPool); argument
65 void StartThreadPool(SWR_CONTEXT* pContext, THREAD_POOL* pPool);
66 void DestroyThreadPool(SWR_CONTEXT *pContext, THREAD_POOL *pPool);
Dthreads.cpp909 void CreateThreadPool(SWR_CONTEXT* pContext, THREAD_POOL* pPool) in CreateThreadPool()
1223 void StartThreadPool(SWR_CONTEXT* pContext, THREAD_POOL* pPool) in StartThreadPool()
1240 void DestroyThreadPool(SWR_CONTEXT *pContext, THREAD_POOL *pPool) in DestroyThreadPool()
Dcontext.h481 THREAD_POOL threadPool; // Thread pool associated with this context