Searched refs:cl_thread_pool_t (Results 1 – 3 of 3) sorted by relevance
53 pthread_mutex_unlock(&((cl_thread_pool_t *) arg)->mutex); in cleanup_mutex()58 cl_thread_pool_t *p_thread_pool = (cl_thread_pool_t *) context; in thread_pool_routine()75 cl_status_t cl_thread_pool_init(IN cl_thread_pool_t * const p_thread_pool, in cl_thread_pool_init()117 void cl_thread_pool_destroy(IN cl_thread_pool_t * const p_thread_pool) in cl_thread_pool_destroy()141 cl_status_t cl_thread_pool_signal(IN cl_thread_pool_t * const p_thread_pool) in cl_thread_pool_signal()
102 } cl_thread_pool_t; typedef141 cl_thread_pool_init(IN cl_thread_pool_t * const p_thread_pool,194 void cl_thread_pool_destroy(IN cl_thread_pool_t * const p_thread_pool);226 cl_status_t cl_thread_pool_signal(IN cl_thread_pool_t * const p_thread_pool);
216 cl_thread_pool_t worker_threads;