Home
last modified time | relevance | path

Searched refs:SetWaitMonitor (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dmonitor.cc473 self->SetWaitMonitor(this); in Wait()
507 self->SetWaitMonitor(nullptr); in Wait()
Dthread.h474 void SetWaitMonitor(Monitor* mon) EXCLUSIVE_LOCKS_REQUIRED(wait_mutex_) { in SetWaitMonitor() function