Searched refs:CtxFileIO (Results 1 – 4 of 4) sorted by relevance
21 struct CtxFileIO { struct46 static void FileIOOnThread(CtxFileIO *ctxIO, int bufSize); argument61 std::queue<CtxFileIO *> writeQueue;64 void PushWrite(CtxFileIO *cfio);65 CtxFileIO *PopWrite();69 void CtxFileIOWrite(CtxFileIO *cfio);
64 void HdcFileDescriptor::FileIOOnThread(CtxFileIO *ctxIO, int bufSize) in FileIOOnThread()195 auto contextIO = new(std::nothrow) CtxFileIO(); in LoopReadOnThread()250 auto contextIO = new(std::nothrow) CtxFileIO(); in WriteWithMem()274 void HdcFileDescriptor::PushWrite(CtxFileIO *cfio) in PushWrite()280 CtxFileIO *HdcFileDescriptor::PopWrite() in PopWrite()283 CtxFileIO *cfio = nullptr; in PopWrite()305 CtxFileIO *cfio = nullptr; in HandleWrite()312 void HdcFileDescriptor::CtxFileIOWrite(CtxFileIO *cfio) in CtxFileIOWrite()
126 struct CtxFileIO { struct
72 CtxFileIO *ioContext = new(std::nothrow) CtxFileIO(); in SimpleFileIO()204 CtxFileIO *contextIO = reinterpret_cast<CtxFileIO *>(req->data); in OnFileIO()