Home | History | Annotate | Download | only in message_loop

Lines Matching defs:that

2 // Use of this source code is governed by a BSD-style license that can be
48 // Not clear yet whether that situation occurs in practice,
289 // Tell both libevent and Run that they should break out of their loops.
295 // Tell libevent (in a threadsafe way) that it should break out of its loop.
304 // We know that we can't be blocked on Wait right now since this method can
359 // Both callbacks will be called. It is necessary to check that |controller|
379 MessagePumpLibevent* that = static_cast<MessagePumpLibevent*>(context);
380 DCHECK(that->wakeup_pipe_out_ == socket);
386 that->processed_io_events_ = true;
388 event_base_loopbreak(that->event_base_);