Home
last modified time | relevance | path

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

/aosp12/art/runtime/native/
H A Ddalvik_system_ZygoteHooks.cc437 Runtime::Current()->SetZygoteNoThreadSection(true); in ZygoteHooks_startZygoteNoThreadCreation()
442 Runtime::Current()->SetZygoteNoThreadSection(false); in ZygoteHooks_stopZygoteNoThreadCreation()
/aosp12/art/runtime/
H A Druntime.h849 void SetZygoteNoThreadSection(bool val) { in SetZygoteNoThreadSection() function