Searched refs:wasStopped (Results 1 – 2 of 2) sorted by relevance
18 Event_Construct(&p->wasStopped); in MtSync_Construct()32 Event_Reset(&p->wasStopped); in MtSync_GetNextBlock()64 Event_Wait(&p->wasStopped); in MtSync_StopWriting()93 Event_Close(&p->wasStopped); in MtSync_Destruct()112 RINOK_THREAD(AutoResetEvent_CreateNotSignaled(&p->wasStopped)); in MtSync_Create2()165 Event_Set(&p->wasStopped); in HashThreadFunc()423 Event_Set(&p->wasStopped); in BtThreadFunc()
30 CAutoResetEvent wasStopped; member