Searched refs:condvar_ (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dgold-threads.h170 { this->condvar_->wait(this->lock_.get_impl()); }
177 { this->condvar_->signal(); }
184 { this->condvar_->broadcast(); }
192 Condvar_impl* condvar_; member in class:gold::Condvar
H A Dworkqueue.cc125 condvar_(this->lock_),
172 this->condvar_.signal();
261 this->condvar_.broadcast();
272 this->condvar_.wait();
434 this->condvar_.signal();
509 this->condvar_.broadcast();
H A Dgold-threads.cc263 this->condvar_ = new Condvar_impl_nothreads;
267 this->condvar_ = new Condvar_impl_threads;
276 delete this->condvar_;
H A Dworkqueue.h286 Condvar condvar_; member in class:gold::Workqueue
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dgold-threads.h170 { this->condvar_->wait(this->lock_.get_impl()); }
177 { this->condvar_->signal(); }
184 { this->condvar_->broadcast(); }
192 Condvar_impl* condvar_; member in class:gold::Condvar
H A Dworkqueue.cc125 condvar_(this->lock_),
172 this->condvar_.signal();
261 this->condvar_.broadcast();
272 this->condvar_.wait();
434 this->condvar_.signal();
509 this->condvar_.broadcast();
H A Dgold-threads.cc263 this->condvar_ = new Condvar_impl_nothreads;
267 this->condvar_ = new Condvar_impl_threads;
276 delete this->condvar_;
H A Dworkqueue.h286 Condvar condvar_; member in class:gold::Workqueue
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dgold-threads.h170 { this->condvar_->wait(this->lock_.get_impl()); }
177 { this->condvar_->signal(); }
184 { this->condvar_->broadcast(); }
192 Condvar_impl* condvar_; member in class:gold::Condvar
H A Dworkqueue.cc125 condvar_(this->lock_),
172 this->condvar_.signal();
261 this->condvar_.broadcast();
272 this->condvar_.wait();
434 this->condvar_.signal();
509 this->condvar_.broadcast();
H A Dgold-threads.cc263 this->condvar_ = new Condvar_impl_nothreads;
267 this->condvar_ = new Condvar_impl_threads;
276 delete this->condvar_;
H A Dworkqueue.h286 Condvar condvar_; member in class:gold::Workqueue

Completed in 213 milliseconds