HomeSort by relevance Sort by last modified time
    Searched refs:CallOnce (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
once.h 39 // * A function CallOnce(OnceType* once, void (*init_func)()).
48 // * The user can provide a parameter which CallOnce() forwards to the
50 // CallOnce(&my_once, &MyFunctionExpectingIntArgument, 10);
64 // CallOnce(&once_init, &Init);
67 // Note that if CallOnce() is called before main() has begun, it must
105 inline void CallOnce(OnceType* once, NoArgFunction init_func) {
113 inline void CallOnce(OnceType* once,
lazy-instance.h 170 CallOnce(once, function, storage);
v8.cc 273 CallOnce(&init_once, &InitializeOncePerProcessImpl);
builtins.cc     [all...]

Completed in 165 milliseconds