Searched refs:OSM_THREAD_STATE_NONE (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_base.h702 OSM_THREAD_STATE_NONE = 0, enumerator in enum:_osm_thread_state
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_vl15intf.c142 if (p_vl->thread_state == OSM_THREAD_STATE_NONE)
213 p_vl->thread_state = OSM_THREAD_STATE_NONE;
H A Dosm_sm.c159 p_sm->thread_state = OSM_THREAD_STATE_NONE;
182 if (p_sm->thread_state != OSM_THREAD_STATE_NONE)
H A Dosm_congestion_control.c558 if (p_cc->thread_state == OSM_THREAD_STATE_NONE)
622 p_cc->thread_state = OSM_THREAD_STATE_NONE;

Completed in 89 milliseconds