Home
last modified time | relevance | path

Searched refs:IsZygoteNoThreadSection (Results 1 – 2 of 2) sorted by relevance

/art/runtime/native/
Djava_lang_Thread.cc54 if (runtime->IsZygote() && runtime->IsZygoteNoThreadSection()) { in Thread_nativeCreate()
/art/runtime/
Druntime.h844 bool IsZygoteNoThreadSection() const { in IsZygoteNoThreadSection() function