Searched refs:wasStarted (Results 1 – 6 of 6) sorted by relevance
17 Event_Construct(&p->wasStarted); in MtSync_Construct()31 Event_Reset(&p->wasStarted); in MtSync_GetNextBlock()35 Event_Wait(&p->wasStarted); in MtSync_GetNextBlock()92 Event_Close(&p->wasStarted); in MtSync_Destruct()111 RINOK_THREAD(AutoResetEvent_CreateNotSignaled(&p->wasStarted)); in MtSync_Create2()157 Event_Set(&p->wasStarted); in HashThreadFunc()420 Event_Set(&p->wasStarted); in BtThreadFunc()
29 CAutoResetEvent wasStarted; member
75 while (!this.testServer.wasStarted()) { in setUp()
76 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