Home
last modified time | relevance | path

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

/src/contrib/ofed/opensm/opensm/
H A Dosm_vl15intf.c142 if (p_vl->thread_state == OSM_THREAD_STATE_NONE) in vl15_poller()
213 p_vl->thread_state = OSM_THREAD_STATE_NONE; in osm_vl15_construct()
H A Dosm_sm.c159 p_sm->thread_state = OSM_THREAD_STATE_NONE; in osm_sm_construct()
182 if (p_sm->thread_state != OSM_THREAD_STATE_NONE) in osm_sm_shutdown()
H A Dosm_congestion_control.c558 if (p_cc->thread_state == OSM_THREAD_STATE_NONE) in cc_poller()
622 p_cc->thread_state = OSM_THREAD_STATE_NONE; in osm_congestion_control_init()
/src/contrib/ofed/opensm/include/opensm/
H A Dosm_base.h702 OSM_THREAD_STATE_NONE = 0, enumerator