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()
19 # extern int unw_getcontext(unw_context_t* thread_state)24 # + thread_state pointer +60 # extern int unw_getcontext(unw_context_t* thread_state)63 # thread_state pointer is in rdi122 # extern int unw_getcontext(unw_context_t* thread_state)125 # thread_state pointer is in a0 ($4)231 # extern int unw_getcontext(unw_context_t* thread_state)234 # thread_state pointer is in a0 ($4)321 # extern int unw_getcontext(unw_context_t* thread_state)758 @ extern int unw_getcontext(unw_context_t* thread_state)[all …]
28 # + thread_state pointer +69 # On entry, thread_state pointer is in rcx; move it into rdi758 # thread_state pointer is in r3
488 int thread_state = __ompt_get_state_internal(wait_id); local490 if (thread_state == ompt_state_undefined) {491 thread_state = ompt_state_work_serial;494 return thread_state;
190 stats_state_e thread_state = KMP_GET_THREAD_STATE(); in __kmp_wait_template() local448 KMP_SET_THREAD_STATE(thread_state); in __kmp_wait_template()
1375 (TTRACE_ARG_TYPE) thread_state, in get_process_first_stopped_thread_id()1376 (TTRACE_ARG_TYPE) sizeof (*thread_state), in get_process_first_stopped_thread_id()1402 return thread_state->tts_lwpid; in get_process_first_stopped_thread_id()1424 (TTRACE_ARG_TYPE) thread_state, in get_process_next_stopped_thread_id()1425 (TTRACE_ARG_TYPE) sizeof (*thread_state), in get_process_next_stopped_thread_id()1445 return thread_state->tts_lwpid; in get_process_next_stopped_thread_id()1460 ttstate_t thread_state; in get_active_tid_of_pid() local1602 ttstate_t thread_state; in call_ttrace() local3004 ttstate_t thread_state; in require_notification_of_events() local3054 ttstate_t thread_state; in require_notification_of_exec_events() local[all …]
95 osm_thread_state_t thread_state; member
118 osm_thread_state_t thread_state; member
106 osm_thread_state_t thread_state; member
943 StateType thread_state = GetResumeState(); in ShouldReportStop() local948 if (thread_state == eStateSuspended || thread_state == eStateInvalid) { in ShouldReportStop()1004 StateType thread_state = GetResumeState(); in ShouldReportRun() local1006 if (thread_state == eStateSuspended || thread_state == eStateInvalid) { in ShouldReportRun()
876 StateType thread_state = thread->GetState(); in IsAThreadRunning() local877 if (thread_state == eStateRunning || thread_state == eStateStepping) { in IsAThreadRunning()
690 ATF_REQUIRE_EQ(info.thread_state, TD_STATE_RUNNING); in ATF_TC_BODY()