Searched refs:wasStarted (Results 1 – 7 of 7) sorted by relevance
30 var wasStarted = false in <lambda>() variable32 wasStarted = true in <lambda>()60 if (wasStarted) { in <lambda>()
17 Event_Construct(&p->wasStarted); in MtSync_Construct()31 Event_Reset(&p->wasStarted); in MtSync_GetNextBlock()35 Event_Wait(&p->wasStarted); in MtSync_GetNextBlock()94 Event_Close(&p->wasStarted); in MtSync_Destruct()113 RINOK_THREAD(AutoResetEvent_CreateNotSignaled(&p->wasStarted)); in MtSync_Create2()159 Event_Set(&p->wasStarted); in HashThreadFunc()458 Event_Set(&p->wasStarted); in BtThreadFunc()
29 CAutoResetEvent wasStarted; member
76 while (!this.testServer.wasStarted()) { in setUp()
75 while (!this.testServer.wasStarted()) { in setUp()
231 while (!this.testServer.wasStarted()) { in setUp()
1941 return wasStarted() && !this.myServerSocket.isClosed() && this.myThread.isAlive(); in isAlive()2142 public final boolean wasStarted() { in wasStarted() method