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

  /art/runtime/
monitor.cc 188 t->SetWaitNext(thread);
199 thread->SetWaitNext(nullptr);
206 t->SetWaitNext(thread->GetWaitNext());
207 thread->SetWaitNext(nullptr);
714 thread->SetWaitNext(nullptr);
737 thread->SetWaitNext(nullptr);
    [all...]
thread.h 496 void SetWaitNext(Thread* next) {
    [all...]

Completed in 920 milliseconds