Searched refs:state_ (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dthread.c186 tp->state_ = THREAD_STOPPED;
215 tp->state_ = THREAD_EXITED;
223 tp->state_ = THREAD_STOPPED;
284 if (tp->state_ != THREAD_EXITED)
289 tp->state_ = THREAD_EXITED;
305 if (tp->state_ != THREAD_EXITED)
476 if (tp->state_ != THREAD_EXITED && ptid_get_pid (tp->ptid) == pid)
503 if (tp->state_ == THREAD_EXITED)
536 if (tp->state_ == THREAD_EXITED)
590 if (tp->state_
[all...]
H A Dgdbthread.h149 int state_; member in struct:thread_info
349 description of state_ and executing_ fields of struct

Completed in 98 milliseconds