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