Home | History | Annotate | Download | only in ocsp

Lines Matching refs:io_loop_

82   MessageLoopForIO* io_loop_;  // Protected by |lock_|.
161 io_loop_(NULL),
177 // |io_loop_| was initialized to be NULL in constructor, and
179 DCHECK(!io_loop_);
190 // IO thread may set |io_loop_| to NULL, so protect by |lock_|.
255 DCHECK_EQ(MessageLoopForIO::current(), io_loop_);
266 DCHECK_EQ(MessageLoopForIO::current(), io_loop_);
280 DCHECK_EQ(MessageLoopForIO::current(), io_loop_);
295 io_loop_ = NULL;
307 if (io_loop_)
308 DCHECK_EQ(MessageLoopForIO::current(), io_loop_);
319 io_loop_ = NULL;
334 DCHECK(!io_loop_);
340 if (io_loop_) {
341 io_loop_->PostTask(
360 DCHECK(!io_loop_);
361 io_loop_ = MessageLoopForIO::current();
403 // |lock_| protects |finished_| and |io_loop_|.
407 MessageLoop* io_loop_; // Message loop of the IO thread
457 io_loop_(MessageLoopForIO::current()) {
458 DCHECK(io_loop_);
466 DCHECK(!io_loop_);
480 // Prevent the worker thread from trying to access |io_loop_|.
483 io_loop_ = NULL;
498 if (io_loop_)
499 io_loop_->PostTask(from_here, task);
504 DCHECK_EQ(MessageLoopForIO::current(), io_loop_);