HomeSort by relevance Sort by last modified time
    Searched refs:_thereAreBytesToReadEvent (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/7zip/Common/
StreamBinder.cpp 52 // (_thereAreBytesToReadEvent && _bufferSize == 0) means that stream is finished.
57 RINOK(_thereAreBytesToReadEvent.Create());
63 _thereAreBytesToReadEvent.Reset();
95 RINOK(_thereAreBytesToReadEvent.Lock());
104 _thereAreBytesToReadEvent.Reset();
127 _thereAreBytesToReadEvent.Set();
149 _thereAreBytesToReadEvent.Set();
StreamBinder.h 12 NWindows::NSynchronization::CManualResetEvent _thereAreBytesToReadEvent;

Completed in 599 milliseconds