Searched refs:Broadcast (Results 1 - 17 of 17) sorted by relevance

/art/runtime/
H A Dbarrier.cc55 // be decremented to zero and a Broadcast will be made on the
86 condition_.Broadcast(self);
H A Dthread_pool.cc144 // Broadcast to everyone waiting.
145 task_queue_condition_.Broadcast(self);
146 completion_condition_.Broadcast(self);
155 task_queue_condition_.Broadcast(self);
182 completion_condition_.Broadcast(self);
H A Dthread_list.cc354 Thread::resume_cond_->Broadcast(self);
436 Thread::resume_cond_->Broadcast(self);
458 Thread::resume_cond_->Broadcast(self);
661 // Broadcast a notification to all suspended threads, some or all of
668 Thread::resume_cond_->Broadcast(self);
706 Thread::resume_cond_->Broadcast(self);
1076 Thread::resume_cond_->Broadcast(self);
1104 Thread::resume_cond_->Broadcast(self);
1290 Locks::thread_exit_cond_->Broadcast(nullptr);
H A Dsignal_catcher.cc194 signal_catcher->cond_.Broadcast(self);
H A Dintern_table.cc241 weak_intern_condition_.Broadcast(self);
523 weak_intern_condition_.Broadcast(Thread::Current());
H A Djava_vm_ext.cc132 // Broadcast a wakeup to anybody sleeping on the condition variable.
133 jni_on_load_cond_.Broadcast(self);
619 weak_globals_add_condition_.Broadcast(self);
626 weak_globals_add_condition_.Broadcast(self);
H A Dmonitor.cc1301 monitor_add_condition_.Broadcast(self);
1308 monitor_add_condition_.Broadcast(self);
H A Druntime.cc661 shutdown_cond_->Broadcast(Thread::Current());
/art/runtime/gc/
H A Dreference_processor.cc54 condition_.Broadcast(self);
60 condition_.Broadcast(self);
115 condition_.Broadcast(self);
H A Dtask_processor.cc110 cond_->Broadcast(self);
H A Dallocation_record.cc173 new_record_condition_.Broadcast(Thread::Current());
183 new_record_condition_.Broadcast(Thread::Current());
H A Dheap.cc898 thread_flip_cond_->Broadcast(self);
935 thread_flip_cond_->Broadcast(self);
2796 gc_complete_cond_->Broadcast(self);
/art/runtime/jdwp/
H A Djdwp_main.cc424 shutdown_cond_.Broadcast(self);
458 thread_start_cond_.Broadcast(thread_);
494 attach_cond_.Broadcast(thread_);
529 attach_cond_.Broadcast(thread_);
/art/runtime/lambda/
H A Dbox_table.cc275 new_weaks_condition_.Broadcast(self);
282 new_weaks_condition_.Broadcast(self);
/art/runtime/base/
H A Dmutex.h443 // (Signal) or all at once (Broadcast).
449 void Broadcast(Thread* self);
H A Dmutex.cc787 void ConditionVariable::Broadcast(Thread* self) { function in class:art::ConditionVariable
904 // A signal or ConditionVariable::Signal/Broadcast has come in.
/art/runtime/jit/
H A Djit_code_cache.cc502 lock_cond_.Broadcast(self);

Completed in 529 milliseconds