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

/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_vl15intf.c142 if (p_vl->thread_state == OSM_THREAD_STATE_NONE)
143 p_vl->thread_state = OSM_THREAD_STATE_RUN;
145 while (p_vl->thread_state == OSM_THREAD_STATE_RUN) {
182 p_vl->thread_state == OSM_THREAD_STATE_RUN) {
213 p_vl->thread_state = OSM_THREAD_STATE_NONE;
230 p_vl->thread_state = OSM_THREAD_STATE_EXIT;
H A Dosm_sm.c102 while (p_sm->thread_state == OSM_THREAD_STATE_RUN) {
159 p_sm->thread_state = OSM_THREAD_STATE_NONE;
182 if (p_sm->thread_state != OSM_THREAD_STATE_NONE)
185 p_sm->thread_state = OSM_THREAD_STATE_EXIT;
394 p_sm->thread_state = OSM_THREAD_STATE_RUN;
H A Dosm_congestion_control.c558 if (p_cc->thread_state == OSM_THREAD_STATE_NONE)
559 p_cc->thread_state = OSM_THREAD_STATE_RUN;
561 while (p_cc->thread_state == OSM_THREAD_STATE_RUN) {
622 p_cc->thread_state = OSM_THREAD_STATE_NONE;
784 p_cc->thread_state = OSM_THREAD_STATE_EXIT;
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_congestion_control.h95 osm_thread_state_t thread_state; member in struct:osm_congestion_control
H A Dosm_vl15intf.h118 osm_thread_state_t thread_state; member in struct:osm_vl15
135 * thread_state
H A Dosm_sm.h106 osm_thread_state_t thread_state; member in struct:osm_sm
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersSave.S18 # extern int __unw_getcontext(unw_context_t* thread_state)
23 # + thread_state pointer +
59 # extern int __unw_getcontext(unw_context_t* thread_state)
62 # thread_state pointer is in rdi
121 # extern int __unw_getcontext(unw_context_t* thread_state)
124 # thread_state pointer is in a0 ($4)
230 # extern int __unw_getcontext(unw_context_t* thread_state)
233 # thread_state pointer is in a0 ($4)
320 # extern int __unw_getcontext(unw_context_t* thread_state)
329 // extern int __unw_getcontext(unw_context_t* thread_state)
[all...]
H A DUnwindRegistersRestore.S27 # + thread_state pointer +
68 # On entry, thread_state pointer is in rcx; move it into rdi
75 # On entry, thread_state pointer is in rdi
137 // thread_state pointer is in r3
402 // thread_state pointer is in r3
566 // thread_state pointer is in x0
628 @ thread_state pointer is in r0
765 # thread_state pointer is in r3
1016 // thread_state pointer is in o0
1038 // thread_state pointe
[all...]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dompt-general.cpp508 int thread_state = __ompt_get_state_internal(wait_id); local
510 if (thread_state == ompt_state_undefined) {
511 thread_state = ompt_state_work_serial;
514 return thread_state;
H A Dkmp_wait_release.h200 stats_state_e thread_state = KMP_GET_THREAD_STATE(); local
451 KMP_SET_THREAD_STATE(thread_state);
/freebsd-11-stable/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-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp920 StateType thread_state = GetResumeState(); local
925 if (thread_state == eStateSuspended || thread_state == eStateInvalid) {
980 StateType thread_state = GetResumeState(); local
982 if (thread_state == eStateSuspended || thread_state == eStateInvalid) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp864 StateType thread_state = thread->GetState(); local
865 if (thread_state == eStateRunning || thread_state == eStateStepping) {
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread_dbg/
H A Dt_threads.c690 ATF_REQUIRE_EQ(info.thread_state, TD_STATE_RUNNING);

Completed in 122 milliseconds