Home | History | Annotate | Download | only in synchronization

Lines Matching full:threads

7 // several threads wait for an event, as is common with a thread pool managed
10 // used in Chrome in the DNS prefetching system to notify worker threads that
34 // USAGE NOTE 2: Broadcast() frees up all waiting threads at once,
37 // approach to getting a lot of threads out of Wait() is to have each
43 // done, and leaves no sleeping threads... and performance is less
47 // threads that were waiting when the request was made will indeed
50 // a while while waiting threads come around). This implementation
52 // that all threads get signaled by Broadcast().
97 // Broadcast() revives all waiting threads.
165 // Events that threads are blocked on.