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

  /external/v8/src/base/
once.h 83 V8_BASE_EXPORT void CallOnceImpl(OnceType* once, PointerArgFunction init_func,
88 CallOnceImpl(once, reinterpret_cast<PointerArgFunction>(init_func), NULL);
97 CallOnceImpl(once, reinterpret_cast<PointerArgFunction>(init_func),
once.cc 18 void CallOnceImpl(OnceType* once, PointerArgFunction init_func, void* arg) {

Completed in 122 milliseconds