Lines Matching full:wait
30 // allow one thread to wait for another thread to finish some work. For
36 // WaitableEvent in conjunction with a Lock to wait for a more complex state
67 // Put the event in the signaled state. Causing any thread blocked on Wait
75 // Wait indefinitely for the event to be signaled.
76 void Wait();
78 // Wait up until max_time has passed for the event to be signaled. Returns
87 // Wait, synchronously, on multiple events.
93 // You MUST NOT delete any of the WaitableEvent objects while this wait is
101 // of the wait-list
107 // wait-lists. Each WaitableEvent is automatic-reset and two of them are
111 // to dequeue the waiter from the other wait-list in time), two auto-resets