Home
last modified time | relevance | path

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

/third_party/lzma/C/
H A DLzFindMt.c123 if (p->needStart) in MtSync_GetNextBlock()
127 p->needStart = False; in MtSync_GetNextBlock()
153 if (!Thread_WasCreated(&p->thread) || p->needStart) in MtSync_StopWriting()
184 p->needStart = True; in MtSync_StopWriting()
198 /* thread in Stopped state here : (p->needStart == true) */ in MtSync_Destruct()
200 // if (p->needStart) // it's (true) in MtSync_Destruct()
232 if (!p->needStart || p->csWasEntered) in MtSync_Init()
255 p->needStart = True; in MtSync_Create_WRes()
738 if (!sync->needStart) in BtFillBlock()
H A DLzFindMt.h19 BoolInt needStart; member

Completed in 2 milliseconds