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

/freebsd-11-stable/contrib/ofed/opensm/include/complib/
H A Dcl_thread.h147 * Allows calling cl_thread_destroy without first calling cl_thread_init.
153 * Thread, cl_thread_init, cl_thread_destroy
198 * It is invalid to call cl_thread_destroy from the callback function,
202 * Thread, cl_thread_construct, cl_thread_destroy, cl_thread_suspend,
206 /****i* Component Library: Thread/cl_thread_destroy
208 * cl_thread_destroy
211 * The cl_thread_destroy function performs any necessary cleanup to free
216 void cl_thread_destroy(IN cl_thread_t * const p_thread);
/freebsd-11-stable/contrib/ofed/opensm/complib/
H A Dcl_thread.c95 void cl_thread_destroy(IN cl_thread_t * const p_thread) function
/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_ts_anafa.c352 cl_thread_destroy(&(p_tpot_mgr->receiver));
H A Dosm_vendor_ts.c191 cl_thread_destroy(&(p_vend->smi_bind.poller));
192 cl_thread_destroy(&(p_vend->gsi_bind.poller));
H A Dosm_vendor_mlx_ts.c403 cl_thread_destroy(&(p_tpot_mgr->receiver));
H A Dosm_vendor_umadt.c844 cl_thread_destroy(&p_mad_bind_info->recv_processor_thread);
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_vl15intf.c239 cl_thread_destroy(&p_vl->poller);
H A Dosm_sm.c196 cl_thread_destroy(&p_sm->sweeper);
H A Dosm_congestion_control.c789 cl_thread_destroy(&p_cc->cc_poller);

Completed in 138 milliseconds