Home
last modified time | relevance | path

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

/third_party/lzma/C/
H A DLzFindMt.h24 BoolInt stopWriting; member
H A DLzFindMt.c128 p->stopWriting = False; in MtSync_GetNextBlock()
166 /* We send (p->stopWriting) message and release freeSemaphore in MtSync_StopWriting()
168 So the thread will see (p->stopWriting) at some in MtSync_StopWriting()
174 p->stopWriting = True; in MtSync_StopWriting()
487 // for faster stop : we check (p->stopWriting) after Wait(freeSemaphore) in HashThreadFunc()
488 if (p->stopWriting) in HashThreadFunc()
771 // for faster stop : we check (p->stopWriting) after Wait(freeSemaphore) in BtThreadFunc()
772 if (p->stopWriting) in BtThreadFunc()

Completed in 3 milliseconds