Home | History | Annotate | Download | only in synchronization

Lines Matching refs:Broadcast

314   queue.work_is_available()->Broadcast();  // Make them all try.
335 queue.work_is_available()->Broadcast(); // Signal all threads.
369 // Same as last test, but with Broadcast().
375 queue.work_is_available()->Broadcast();
390 queue.work_is_available()->Broadcast(); // Force check for shutdown.
429 queue.work_is_available()->Broadcast(); // Start up all threads.
441 // With Broadcast(), every thread should have participated.
454 queue.SetAllowHelp(true); // Might outperform Broadcast().
480 queue.work_is_available()->Broadcast(); // Force check for shutdown.
523 work_is_available_.Broadcast(); // Tell them all to terminate.