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

/freebsd-10.1-release/contrib/ofed/management/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-10.1-release/contrib/ofed/management/opensm/complib/
H A Dcl_thread.c94 void cl_thread_destroy(IN cl_thread_t * const p_thread) function
/freebsd-10.1-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_mlx_ts_anafa.c352 cl_thread_destroy(&(p_tpot_mgr->receiver));
H A Dosm_vendor_ts.c194 cl_thread_destroy(&(p_vend->smi_bind.poller));
195 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.c846 cl_thread_destroy(&p_mad_bind_info->recv_processor_thread);
/freebsd-10.1-release/contrib/ofed/management/opensm/opensm/
H A Dosm_vl15intf.c218 cl_thread_destroy(&p_vl->poller);
H A Dosm_sm.c200 cl_thread_destroy(&p_sm->sweeper);

Completed in 125 milliseconds