Searched refs:FileIOOnThread (Results 1 – 2 of 2) sorted by relevance
46 static void FileIOOnThread(CtxFileIO *ctxIO, int bufSize, bool isWrite);
59 void HdcFileDescriptor::FileIOOnThread(CtxFileIO *ctxIO, int bufSize, bool isWrite) in FileIOOnThread() function in Hdc::HdcFileDescriptor162 ioReadThread = std::thread(FileIOOnThread, contextIO, readMax, false); in LoopReadOnThread()