HomeSort by: relevance | last modified time | path
    Searched defs:current_thread_ (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
thread.c 75 static thread_info *current_thread_; variable
82 return thr == current_thread_;
88 gdb_assert (current_thread_ != nullptr);
89 return current_thread_;
1410 current_thread_ = thread;
1411 inferior_ptid = current_thread_->ptid;
1419 if (current_thread_ == nullptr)
1424 current_thread_ = nullptr;
  /src/external/gpl3/gdb/dist/gdb/
thread.c 75 static thread_info *current_thread_; variable
82 return thr == current_thread_;
88 gdb_assert (current_thread_ != nullptr);
89 return current_thread_;
1433 current_thread_ = thread;
1434 inferior_ptid = current_thread_->ptid;
1442 if (current_thread_ == nullptr)
1447 current_thread_ = nullptr;

Completed in 18 milliseconds