Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/complib/
H A Dcl_threadpool.c53 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()
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_threadpool.h102 } cl_thread_pool_t; typedef
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;