Searched refs:thread_state (Results 1 – 14 of 14) sorted by relevance
142 if (p_vl->thread_state == OSM_THREAD_STATE_NONE) in vl15_poller()143 p_vl->thread_state = OSM_THREAD_STATE_RUN; in vl15_poller()145 while (p_vl->thread_state == OSM_THREAD_STATE_RUN) { in vl15_poller()182 p_vl->thread_state == OSM_THREAD_STATE_RUN) { in vl15_poller()213 p_vl->thread_state = OSM_THREAD_STATE_NONE; in osm_vl15_construct()230 p_vl->thread_state = OSM_THREAD_STATE_EXIT; in osm_vl15_destroy()
102 while (p_sm->thread_state == OSM_THREAD_STATE_RUN) { in sm_sweeper()159 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()185 p_sm->thread_state = OSM_THREAD_STATE_EXIT; in osm_sm_shutdown()394 p_sm->thread_state = OSM_THREAD_STATE_RUN; in osm_sm_init()
558 if (p_cc->thread_state == OSM_THREAD_STATE_NONE) in cc_poller()559 p_cc->thread_state = OSM_THREAD_STATE_RUN; in cc_poller()561 while (p_cc->thread_state == OSM_THREAD_STATE_RUN) { in cc_poller()622 p_cc->thread_state = OSM_THREAD_STATE_NONE; in osm_congestion_control_init()784 p_cc->thread_state = OSM_THREAD_STATE_EXIT; in osm_congestion_control_destroy()
28 # extern int __unw_getcontext(unw_context_t* thread_state)33 # + thread_state pointer +112 # extern int __unw_getcontext(unw_context_t* thread_state)115 # thread_state pointer is in rdi175 # extern int __unw_getcontext(unw_context_t* thread_state)178 # thread_state pointer is in a0 ($4)286 # extern int __unw_getcontext(unw_context_t* thread_state)289 # thread_state pointer is in a0 ($4)321 # extern int __unw_getcontext(unw_context_t* thread_state)822 @ extern int __unw_getcontext(unw_context_t* thread_state)[all …]
33 # + thread_state pointer +76 # On entry, thread_state pointer is in rcx; move it into rdi712 @ thread_state pointer is in r0
646 int thread_state = __ompt_get_state_internal(wait_id); local648 if (thread_state == ompt_state_undefined) {649 thread_state = ompt_state_work_serial;652 return thread_state;
403 stats_state_e thread_state = KMP_GET_THREAD_STATE();683 KMP_SET_THREAD_STATE(thread_state);
95 osm_thread_state_t thread_state; member
118 osm_thread_state_t thread_state; member
106 osm_thread_state_t thread_state; member
313 for (const TraceThreadState &thread_state : in RefreshLiveProcessState() local315 for (const TraceBinaryData &item : thread_state.binary_data) in RefreshLiveProcessState()316 m_storage.live_thread_data[thread_state.tid].insert( in RefreshLiveProcessState()
998 StateType thread_state = GetResumeState(); in ShouldReportStop() local1003 if (thread_state == eStateSuspended || thread_state == eStateInvalid) { in ShouldReportStop()1059 StateType thread_state = GetResumeState(); in ShouldReportRun() local1061 if (thread_state == eStateSuspended || thread_state == eStateInvalid) { in ShouldReportRun()
569 for (const TraceThreadState &thread_state : state.traced_threads) { in DoRefreshLiveProcessState() local 571 GetLiveProcess()->GetThreadList().FindThreadByID(thread_state.tid); in DoRefreshLiveProcessState() 573 thread_state.tid, std::make_unique<ThreadDecoder>(thread_sp, *this)); in DoRefreshLiveProcessState()
690 ATF_REQUIRE_EQ(info.thread_state, TD_STATE_RUNNING); in ATF_TC_BODY()