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

/freebsd-11-stable/contrib/ofed/opensm/include/complib/
H A Dcl_threadpool.h68 * The thread pool functions operate on a cl_thread_pool_t structure which
74 * cl_thread_pool_t
82 /****s* Component Library: Thread Pool/cl_thread_pool_t
84 * cl_thread_pool_t
89 * The cl_thread_pool_t structure should be treated as opaque, and should be
102 } cl_thread_pool_t; typedef in typeref:struct:_cl_thread_pool
141 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);
H A Dcl_dispatcher.h216 cl_thread_pool_t worker_threads;
/freebsd-11-stable/contrib/ofed/opensm/complib/
H A Dcl_threadpool.c53 pthread_mutex_unlock(&((cl_thread_pool_t *) arg)->mutex);
58 cl_thread_pool_t *p_thread_pool = (cl_thread_pool_t *) context;
75 cl_status_t cl_thread_pool_init(IN cl_thread_pool_t * const p_thread_pool,
117 void cl_thread_pool_destroy(IN cl_thread_pool_t * const p_thread_pool)
141 cl_status_t cl_thread_pool_signal(IN cl_thread_pool_t * const p_thread_pool)

Completed in 155 milliseconds