Home | History | Annotate | Download | only in src

Lines Matching full:wait

126 // Create a dummy thread that will wait forever on a semaphore. The only
151 // This thread will wait here until the end of time.
152 wait_for_ever_semaphore_->Wait();
155 // Make sure we access the buffer after the wait to remove all possibility
164 data_ready_semaphore_->Wait();
174 data_ready_semaphore_->Wait();
195 // Wait for the thread to terminate.
217 // This semaphore is used by the PreallocatedMemoryThread to wait for ever.