Home
last modified time | relevance | path

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

/external/v8/src/base/
Donce.h64 using OnceType = std::atomic<uint8_t>; variable
69 #define V8_DECLARE_ONCE(NAME) ::v8::base::OnceType NAME
84 V8_BASE_EXPORT void CallOnceImpl(OnceType* once,
87 inline void CallOnce(OnceType* once, std::function<void()> init_func) { in CallOnce()
94 inline void CallOnce(OnceType* once, in CallOnce()
Dlazy-instance.h143 static void Init(OnceType* once, Function function, Storage storage) { in Init()
152 static void Init(OnceType* once, Function function, Storage storage) { in Init()
189 mutable OnceType once_;
Donce.cc18 void CallOnceImpl(OnceType* once, std::function<void()> init_func) { in CallOnceImpl()
/external/v8/src/d8/
Dd8.h570 static base::OnceType quit_once_;
Dd8.cc478 base::OnceType Shell::quit_once_ = V8_ONCE_INIT;
/external/v8/src/execution/s390/
Dsimulator-s390.cc1554 static base::OnceType once = V8_ONCE_INIT; in Simulator()