Home
last modified time | relevance | path

Searched defs:should_run_callbacks (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/runtime/
H A Druntime.cc2562 bool create_peer, bool should_run_callbacks) { in AttachCurrentThread()
2577 void Runtime::DetachCurrentThread(bool should_run_callbacks) { in DetachCurrentThread()
H A Dthread.cc1084 bool should_run_callbacks) { in Attach()
1147 bool should_run_callbacks) { in Attach()
2634 void Thread::Destroy(bool should_run_callbacks) { in Destroy()
H A Dthread_list.cc1502 void ThreadList::Unregister(Thread* self, bool should_run_callbacks) { in Unregister()