HomeSort by relevance Sort by last modified time
    Searched defs:WaiterThread (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/mojo/system/
waiter_test_utils.cc 26 WaiterThread::WaiterThread(scoped_refptr<Dispatcher> dispatcher,
43 WaiterThread::~WaiterThread() {
47 void WaiterThread::Run() {
waiter_test_utils.h 65 class WaiterThread : public base::SimpleThread {
68 WaiterThread(scoped_refptr<Dispatcher> dispatcher,
74 virtual ~WaiterThread();
88 DISALLOW_COPY_AND_ASSIGN(WaiterThread);
  /development/samples/USB/AdbTest/src/com/android/adb/
AdbDevice.java 46 private final WaiterThread mWaiterThread = new WaiterThread();
193 private class WaiterThread extends Thread {

Completed in 58 milliseconds