Home
last modified time | relevance | path

Searched refs:_canRead_Event (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/CPP/7zip/Common/
H A DStreamBinder.h15 We call _canWrite_Event.Set() without waiting _canRead_Event in CloseRead() function.
32 NWindows::NSynchronization::CAutoResetEvent _canRead_Event; member in CStreamBinder
74 _canRead_Event.Set(); in CloseWrite()
H A DStreamBinder.cpp45 RINOK(Event_Create_or_Reset(_canRead_Event))
70 // (_canRead_Event && _bufSize == 0) means that stream is finished.
80 WRes wres = _canRead_Event.Lock();
125 _canRead_Event.Set();

Completed in 2 milliseconds