Searched defs:DetachCurrentThread (Results 1 – 4 of 4) sorted by relevance
| /art/runtime/jni/ | ||
| D | java_vm_ext_test.cc | 132 TEST_F(JavaVmExtTest, DetachCurrentThread) { in TEST_F() argument |
| D | java_vm_ext.cc | 418 static jint DetachCurrentThread(JavaVM* vm) { in DetachCurrentThread() function in art::JII |
| D | check_jni.cc | 4101 static jint DetachCurrentThread(JavaVM* vm) { in DetachCurrentThread() function in art::__anon52b56ecf0111::CheckJII |
| /art/runtime/ | ||
| D | runtime.cc | 2443 void Runtime::DetachCurrentThread(bool should_run_callbacks) { in DetachCurrentThread() function in art::Runtime |