Searched refs:Install (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dmonitor.h162 // Install the monitor into its object, may fail if another thread installs a different monitor
164 bool Install(Thread* self)
182 NO_THREAD_SAFETY_ANALYSIS; // For m->Install(self)
H A Dmonitor.cc130 bool Monitor::Install(Thread* self) { function in class:art::Monitor
808 if (m->Install(self)) {

Completed in 48 milliseconds