Searched refs:IOThread (Results 1 – 6 of 6) sorted by relevance
26 bool IOThread::notify(const uint32_t mask) { in notify()39 bool IOThread::standby() { in standby()43 void IOThread::requestExit() { in requestExit()
26 struct IOThread { struct30 virtual ~IOThread() {} in ~IOThread() argument
105 std::unique_ptr<IOThread> mReadThread;
113 std::unique_ptr<IOThread> mWriteThread;
42 struct ReadThread : public IOThread {
44 struct WriteThread : public IOThread {