HomeSort by relevance Sort by last modified time
    Searched refs:SetWaitNext (Results 1 - 2 of 2) sorted by null

  /art/runtime/
monitor.cc 199 t->SetWaitNext(thread);
214 thread->SetWaitNext(nullptr);
221 t->SetWaitNext(thread->GetWaitNext());
222 thread->SetWaitNext(nullptr);
583 thread->SetWaitNext(nullptr);
606 thread->SetWaitNext(nullptr);
    [all...]
thread.h 456 void SetWaitNext(Thread* next) {
    [all...]

Completed in 60 milliseconds