Searched refs:thread_state (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_vl15intf.c121 if (p_vl->thread_state == OSM_THREAD_STATE_NONE)
122 p_vl->thread_state = OSM_THREAD_STATE_RUN;
124 while (p_vl->thread_state == OSM_THREAD_STATE_RUN) {
162 (p_vl->thread_state == OSM_THREAD_STATE_RUN)) {
189 p_vl->thread_state = OSM_THREAD_STATE_NONE;
209 p_vl->thread_state = OSM_THREAD_STATE_EXIT;
H A Dosm_sm.c101 while (p_sm->thread_state == OSM_THREAD_STATE_RUN) {
160 p_sm->thread_state = OSM_THREAD_STATE_NONE;
186 if (p_sm->thread_state != OSM_THREAD_STATE_NONE)
189 p_sm->thread_state = OSM_THREAD_STATE_EXIT;
391 p_sm->thread_state = OSM_THREAD_STATE_RUN;
/freebsd-10.3-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_vl15intf.h117 osm_thread_state_t thread_state; member in struct:osm_vl15
131 * thread_state
H A Dosm_sm.h105 osm_thread_state_t thread_state; member in struct:osm_sm
/freebsd-10.3-release/contrib/gdb/gdb/
H A Dinfttrace.c1375 get_process_first_stopped_thread_id (int pid, ttstate_t *thread_state)
1382 (TTRACE_ARG_TYPE) thread_state,
1383 (TTRACE_ARG_TYPE) sizeof (*thread_state),
1409 return thread_state->tts_lwpid;
1418 the value of thread_state returned by that call.
1424 get_process_next_stopped_thread_id (int pid, ttstate_t *thread_state)
1432 (TTRACE_ARG_TYPE) thread_state,
1433 (TTRACE_ARG_TYPE) sizeof (*thread_state),
1453 return thread_state->tts_lwpid;
1468 ttstate_t thread_state;
1368 get_process_first_stopped_thread_id(int pid, ttstate_t *thread_state) argument
1416 get_process_next_stopped_thread_id(int pid, ttstate_t *thread_state) argument
1460 ttstate_t thread_state; local
1602 ttstate_t thread_state; local
3004 ttstate_t thread_state; local
3054 ttstate_t thread_state; local
4575 ttstate_t thread_state; local
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.cpp918 StateType thread_state = thread->GetState(); local
919 if (thread_state == eStateRunning || thread_state == eStateStepping)
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp959 StateType thread_state = GetResumeState (); local
964 if (thread_state == eStateSuspended || thread_state == eStateInvalid)
1018 StateType thread_state = GetResumeState (); local
1020 if (thread_state == eStateSuspended
1021 || thread_state == eStateInvalid)

Completed in 126 milliseconds