Searched refs:wasStarted (Results 1 – 2 of 2) sorted by relevance
15 Event_Construct(&p->wasStarted); in MtSync_Construct()29 Event_Reset(&p->wasStarted); in MtSync_GetNextBlock()33 Event_Wait(&p->wasStarted); in MtSync_GetNextBlock()90 Event_Close(&p->wasStarted); in MtSync_Destruct()109 RINOK_THREAD(AutoResetEvent_CreateNotSignaled(&p->wasStarted)); in MtSync_Create2()155 Event_Set(&p->wasStarted); in HashThreadFunc()412 Event_Set(&p->wasStarted); in BtThreadFunc()
27 CAutoResetEvent wasStarted; member