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

  /external/chromium_org/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,
  /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,

Completed in 466 milliseconds