Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_common/harness/
DThreadPool.cpp47 void ThreadPool_Init(void);
486 void ThreadPool_Init(void) in ThreadPool_Init() function
684 ThreadPool_Init(); in _ThreadPool_Init()
751 ThreadPool_Init(); in ThreadPool_Do()
755 err = pthread_once(&threadpool_init_control, ThreadPool_Init); in ThreadPool_Do()
944 ThreadPool_Init(); in GetThreadCount()
948 cl_int err = pthread_once(&threadpool_init_control, ThreadPool_Init); in GetThreadCount()