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

/freebsd-11-stable/contrib/ofed/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-11-stable/contrib/ofed/opensm/complib/
H A Dcl_thread.c69 cl_status_t cl_thread_init(IN cl_thread_t * const p_thread, function
/freebsd-11-stable/contrib/ofed/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.c627 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-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_vl15intf.c299 status = cl_thread_init(&p_vl->poller, vl15_poller, p_vl,
H A Dosm_sm.c395 status = cl_thread_init(&p_sm->sweeper, sm_sweeper, p_sm,
H A Dosm_congestion_control.c624 status = cl_thread_init(&p_cc->cc_poller, cc_poller, p_cc,

Completed in 168 milliseconds