Searched refs:OnceType (Results 1 – 6 of 6) sorted by relevance
64 using OnceType = std::atomic<uint8_t>; variable69 #define V8_DECLARE_ONCE(NAME) ::v8::base::OnceType NAME84 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()
143 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_;
18 void CallOnceImpl(OnceType* once, std::function<void()> init_func) { in CallOnceImpl()
570 static base::OnceType quit_once_;
478 base::OnceType Shell::quit_once_ = V8_ONCE_INIT;
1554 static base::OnceType once = V8_ONCE_INIT; in Simulator()