Searched refs:cl_thread_pool_destroy (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
180 * Thread Pool, cl_thread_pool_destroy,
184 /****f* Component Library: Thread Pool/cl_thread_pool_destroy
186 * cl_thread_pool_destroy
189 * The cl_thread_pool_destroy function performs any necessary cleanup
194 void cl_thread_pool_destroy(IN cl_thread_pool_t * const p_thread_pool);
206 * nature, callers of cl_thread_pool_destroy must ensure that entering a wait
/freebsd-13-stable/contrib/ofed/opensm/complib/
H A Dcl_threadpool.c100 cl_thread_pool_destroy(p_thread_pool);
109 cl_thread_pool_destroy(p_thread_pool);
117 void cl_thread_pool_destroy(IN cl_thread_pool_t * const p_thread_pool) function
H A Dcl_dispatcher.c137 cl_thread_pool_destroy(&p_disp->worker_threads);

Completed in 125 milliseconds