Searched refs:wasStarted (Results 1 – 3 of 3) 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()
31 CAutoResetEvent wasStarted; member
248 public final boolean wasStarted() { in wasStarted() method in NanoHTTPD253 return wasStarted() && !myServerSocket.isClosed() && myThread.isAlive(); in isAlive()