Searched defs:DetachCurrentThread (Results 1 – 4 of 4) sorted by relevance
/art/runtime/jni/ | ||
D | java_vm_ext_test.cc | 128 TEST_F(JavaVmExtTest, DetachCurrentThread) { in TEST_F() argument |
D | java_vm_ext.cc | 401 static jint DetachCurrentThread(JavaVM* vm) { in DetachCurrentThread() function in art::JII |
D | check_jni.cc | 4040 static jint DetachCurrentThread(JavaVM* vm) { in DetachCurrentThread() function in art::__anon01b981930111::CheckJII |
/art/runtime/ | ||
D | runtime.cc | 2046 void Runtime::DetachCurrentThread() { in DetachCurrentThread() function in art::Runtime |