Searched defs:MonitorExit (Results 1 – 5 of 5) sorted by relevance
32 private static void MonitorExit() { in MonitorExit() method in TestWatcher
124 bool MonitorExit(art::Thread* self) NO_THREAD_SAFETY_ANALYSIS { in MonitorExit() function in openjdkjvmti::JvmtiMonitor
90 inline bool Object::MonitorExit(Thread* self) { in MonitorExit() function
1188 bool Monitor::MonitorExit(Thread* self, ObjPtr<mirror::Object> obj) { in MonitorExit() function in art::Monitor
2628 static jint MonitorExit(JNIEnv* env, jobject java_object) NO_THREAD_SAFETY_ANALYSIS { in MonitorExit() function in art::JNI