Searched refs:CtxFileIO (Results 1 – 4 of 4) sorted by relevance
21 struct CtxFileIO { struct46 static void FileIOOnThread(CtxFileIO *ctxIO, int bufSize, bool isWrite); argument61 std::queue<CtxFileIO *> writeQueue;64 void PushWrite(CtxFileIO *cfio);65 CtxFileIO *PopWrite();69 void CtxFileIOWrite(CtxFileIO *cfio);
59 void HdcFileDescriptor::FileIOOnThread(CtxFileIO *ctxIO, int bufSize, bool isWrite) in FileIOOnThread()146 auto contextIO = new(std::nothrow) CtxFileIO(); in LoopReadOnThread()194 auto contextIO = new(std::nothrow) CtxFileIO(); in WriteWithMem()218 void HdcFileDescriptor::PushWrite(CtxFileIO *cfio) in PushWrite()224 CtxFileIO *HdcFileDescriptor::PopWrite() in PopWrite()227 CtxFileIO *cfio = nullptr; in PopWrite()249 CtxFileIO *cfio = nullptr; in HandleWrite()256 void HdcFileDescriptor::CtxFileIOWrite(CtxFileIO *cfio) in CtxFileIOWrite()
126 struct CtxFileIO { struct
73 CtxFileIO *ioContext = new(std::nothrow) CtxFileIO(); in SimpleFileIO()205 CtxFileIO *contextIO = reinterpret_cast<CtxFileIO *>(req->data); in OnFileIO()