Searched refs:wasStopped (Results 1 – 2 of 2) sorted by relevance
16 Event_Construct(&p->wasStopped); in MtSync_Construct()30 Event_Reset(&p->wasStopped); in MtSync_GetNextBlock()62 Event_Wait(&p->wasStopped); in MtSync_StopWriting()91 Event_Close(&p->wasStopped); in MtSync_Destruct()110 RINOK_THREAD(AutoResetEvent_CreateNotSignaled(&p->wasStopped)); in MtSync_Create2()163 Event_Set(&p->wasStopped); in HashThreadFunc()421 Event_Set(&p->wasStopped); in BtThreadFunc()
32 CAutoResetEvent wasStopped; member