Searched refs:cl_thread_init (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/ofed/management/opensm/include/complib/
H A Dcl_thread.h79 * [in] Value specified in a call to cl_thread_init.
86 * the function provided by users as a parameter to cl_thread_init.
147 * Allows calling cl_thread_destroy without first calling cl_thread_init.
150 * thread function except cl_thread_init.
153 * Thread, cl_thread_init, cl_thread_destroy
156 /****i* Component Library: Thread/cl_thread_init
158 * cl_thread_init
161 * The cl_thread_init function creates a new thread of execution.
166 cl_thread_init(IN cl_thread_t * const p_thread,
192 * The thread created with cl_thread_init wil
[all...]
/freebsd-10-stable/contrib/ofed/management/opensm/complib/
H A Dcl_thread.c69 cl_thread_init(IN cl_thread_t * const p_thread, function
/freebsd-10-stable/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_mlx_ts_anafa.c248 cl_thread_init(&p_mgr->receiver, __osmv_TOPSPIN_ANAFA_receiver_thr,
H A Dosm_vendor_mlx_ts.c261 cl_thread_init(&p_mgr->receiver, __osmv_TOPSPIN_receiver_thr,
H A Dosm_vendor_ts.c630 status = cl_thread_init(&p_bind->poller,
H A Dosm_vendor_umadt.c788 cl_status = cl_thread_init(&p_mad_bind_info->recv_processor_thread,
/freebsd-10-stable/contrib/ofed/management/opensm/opensm/
H A Dosm_vl15intf.c275 status = cl_thread_init(&p_vl->poller, __osm_vl15_poller, p_vl,
H A Dosm_sm.c392 status = cl_thread_init(&p_sm->sweeper, __osm_sm_sweeper, p_sm,

Completed in 270 milliseconds