Searched refs:cl_thread_pool_init (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/ofed/opensm/include/complib/
H A Dcl_threadpool.h77 * cl_thread_pool_init, cl_thread_pool_destroy
130 /****f* Component Library: Thread Pool/cl_thread_pool_init
132 * cl_thread_pool_init
135 * The cl_thread_pool_init function creates the threads to be
141 cl_thread_pool_init(IN cl_thread_pool_t * const p_thread_pool,
175 * cl_thread_pool_init creates and starts the specified number of threads.
210 * cl_thread_pool_init.
213 * Thread Pool, cl_thread_pool_init
/freebsd-13-stable/contrib/ofed/opensm/complib/
H A Dcl_threadpool.c75 cl_status_t cl_thread_pool_init(IN cl_thread_pool_t * const p_thread_pool, function
H A Dcl_dispatcher.c190 status = cl_thread_pool_init(&p_disp->worker_threads, thread_count,

Completed in 92 milliseconds