Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc429 Runtime::Current()->SetZygoteNoThreadSection(true); in ZygoteHooks_startZygoteNoThreadCreation()
434 Runtime::Current()->SetZygoteNoThreadSection(false); in ZygoteHooks_stopZygoteNoThreadCreation()
/art/runtime/
Druntime.h840 void SetZygoteNoThreadSection(bool val) { in SetZygoteNoThreadSection() function