Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DProcessState.cpp100 [[clang::no_destroy]] static std::once_flag gProcessOnce; in init() local
101 std::call_once(gProcessOnce, [&](){ in init()