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()66 Event_Wait(&p->wasStopped); in MtSync_StopWriting()95 Event_Close(&p->wasStopped); in MtSync_Destruct()114 RINOK_THREAD(AutoResetEvent_CreateNotSignaled(&p->wasStopped)); in MtSync_Create2()170 Event_Set(&p->wasStopped); in HashThreadFunc()467 Event_Set(&p->wasStopped); in BtThreadFunc()
30 CAutoResetEvent wasStopped; member