HomeSort by relevance Sort by last modified time
    Searched refs:WaitSetDispatcher (Results 1 - 4 of 4) sorted by null

  /external/libmojo/mojo/edk/system/
wait_set_dispatcher.cc 18 class WaitSetDispatcher::Waiter final : public Awakable {
20 explicit Waiter(WaitSetDispatcher* dispatcher) : dispatcher_(dispatcher) {}
32 WaitSetDispatcher* const dispatcher_;
35 WaitSetDispatcher::WaitState::WaitState() {}
37 WaitSetDispatcher::WaitState::WaitState(const WaitState& other) = default;
39 WaitSetDispatcher::WaitState::~WaitState() {}
41 WaitSetDispatcher::WaitSetDispatcher()
42 : waiter_(new WaitSetDispatcher::Waiter(this)) {}
44 Dispatcher::Type WaitSetDispatcher::GetType() const
    [all...]
wait_set_dispatcher.h 24 class MOJO_SYSTEM_IMPL_EXPORT WaitSetDispatcher : public Dispatcher {
26 WaitSetDispatcher();
63 ~WaitSetDispatcher() override;
97 DISALLOW_COPY_AND_ASSIGN(WaitSetDispatcher);
wait_set_dispatcher_unittest.cc 42 const scoped_refptr<WaitSetDispatcher>& wait_set,
126 scoped_refptr<WaitSetDispatcher> wait_set = new WaitSetDispatcher();
193 scoped_refptr<WaitSetDispatcher> wait_set = new WaitSetDispatcher();
248 scoped_refptr<WaitSetDispatcher> wait_set = new WaitSetDispatcher();
371 scoped_refptr<WaitSetDispatcher> wait_set = new WaitSetDispatcher();
398 scoped_refptr<WaitSetDispatcher> wait_set = new WaitSetDispatcher()
    [all...]
core.cc 523 scoped_refptr<WaitSetDispatcher> dispatcher = new WaitSetDispatcher();
    [all...]

Completed in 72 milliseconds