Searched refs:OnceType (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/base/ |
D | once.h | 62 typedef AtomicWord OnceType; typedef 66 #define V8_DECLARE_ONCE(NAME) ::v8::base::OnceType NAME 82 void CallOnceImpl(OnceType* once, PointerArgFunction init_func, void* arg); 84 inline void CallOnce(OnceType* once, NoArgFunction init_func) { in CallOnce() 92 inline void CallOnce(OnceType* once, in CallOnce()
|
D | lazy-instance.h | 147 static void Init(OnceType* once, Function function, Storage storage) { in Init() 156 static void Init(OnceType* once, Function function, Storage storage) { in Init() 197 mutable OnceType once_;
|
D | once.cc | 18 void CallOnceImpl(OnceType* once, PointerArgFunction init_func, void* arg) { in CallOnceImpl()
|
/external/v8/src/ |
D | d8.h | 447 static base::OnceType quit_once_;
|
D | d8.cc | 267 base::OnceType Shell::quit_once_ = V8_ONCE_INIT;
|
D | builtins.cc | 3808 base::OnceType once_;
|