Searched defs:CallOnce (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/base/
H A Donce.h16 // * A function CallOnce(OnceType* once, void (*init_func)()).
25 // * The user can provide a parameter which CallOnce() forwards to the
27 // CallOnce(&my_once, &MyFunctionExpectingIntArgument, 10);
41 // CallOnce(&once_init, &Init);
44 // Note that if CallOnce() is called before main() has begun, it must
82 inline void CallOnce(OnceType* once, NoArgFunction init_func) { function in namespace:v8::base
90 inline void CallOnce(OnceType* once, function in namespace:v8::base

Completed in 215 milliseconds