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

  /external/chromium_org/v8/src/base/
once.h 73 typedef void (*PointerArgFunction)(void* arg);
80 void CallOnceImpl(OnceType* once, PointerArgFunction init_func, void* arg);
84 CallOnceImpl(once, reinterpret_cast<PointerArgFunction>(init_func), NULL);
93 CallOnceImpl(once, reinterpret_cast<PointerArgFunction>(init_func),
once.cc 18 void CallOnceImpl(OnceType* once, PointerArgFunction init_func, void* arg) {

Completed in 73 milliseconds