Searched refs:Signal (Results 1 – 18 of 18) sorted by relevance
/art/test/004-SignalTest/ |
D | expected.txt | 10 Signal test OK
|
/art/runtime/gc/ |
D | task_processor.cc | 40 cond_->Signal(self); in AddTask() 88 cond_->Signal(self); in UpdateTargetRunTime()
|
/art/test/925-threadgroups/ |
D | expected.txt | 15 …d[HeapTaskDaemon,5,system], Thread[ReferenceQueueDaemon,5,system], Thread[Signal Catcher,5,system]]
|
/art/runtime/interpreter/mterp/mips64/ |
D | footer.S | 189 li v0, 1 # Signal normal return
|
/art/runtime/interpreter/mterp/mips/ |
D | footer.S | 232 li v0, 1 # Signal normal return
|
/art/runtime/interpreter/mterp/arm/ |
D | footer.S | 241 mov r0, #1 @ Signal normal return
|
/art/runtime/base/ |
D | mutex_test.cc | 111 state->cv.Signal(Thread::Current()); in RecursiveLockWaitCallback()
|
D | mutex.h | 459 void Signal(Thread* self);
|
D | mutex.cc | 898 void ConditionVariable::Signal(Thread* self) { in Signal() function in art::ConditionVariable
|
/art/runtime/ |
D | thread_pool.cc | 110 task_queue_condition_.Signal(self); in AddTask()
|
D | monitor.cc | 626 monitor_contenders_.Signal(self); in Unlock() 709 monitor_contenders_.Signal(self); in Wait() 792 thread->GetWaitConditionVariable()->Signal(self); in Notify()
|
D | thread.cc | 2375 wait_cond_->Signal(self); in NotifyLocked()
|
/art/runtime/jit/ |
D | profile_saver.cc | 191 period_condition_.Signal(Thread::Current()); in WakeUpSaver() 707 profile_saver->period_condition_.Signal(Thread::Current()); in Stop()
|
/art/test/911-get-stack-trace/ |
D | expected.txt | 256 Signal Catcher 357 Signal Catcher 592 Signal Catcher
|
/art/runtime/jdwp/ |
D | jdwp_event.cc | 765 jdwp_token_cond_.Signal(self); in ClearWaitForJdwpToken()
|
/art/runtime/interpreter/mterp/out/ |
D | mterp_mips64.S | 12235 li v0, 1 # Signal normal return
|
D | mterp_mips.S | 12686 li v0, 1 # Signal normal return
|
D | mterp_arm.S | 12069 mov r0, #1 @ Signal normal return
|