Searched defs:SimpleWaiterThread (Results 1 - 2 of 2) sorted by relevance

/external/libmojo/mojo/edk/system/
H A Dwaiter_test_utils.cc11 SimpleWaiterThread::SimpleWaiterThread(MojoResult* result, uintptr_t* context) function in class:mojo::edk::test::SimpleWaiterThread
18 SimpleWaiterThread::~SimpleWaiterThread() {
22 void SimpleWaiterThread::Run() {
H A Dwaiter_test_utils.h32 // test::SimpleWaiterThread thread(&result);
46 class SimpleWaiterThread : public base::SimpleThread { class in namespace:mojo::edk::test
50 SimpleWaiterThread(MojoResult* result, uintptr_t* context);
51 ~SimpleWaiterThread() override; // Joins the thread.
62 DISALLOW_COPY_AND_ASSIGN(SimpleWaiterThread);
67 // |SimpleWaiterThread|, it requires the machinery of |Dispatcher|.

Completed in 100 milliseconds