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

  /external/v8/src/
once.h 96 typedef void (*PointerArgFunction)(void* arg);
103 void CallOnceImpl(OnceType* once, PointerArgFunction init_func, void* arg);
107 CallOnceImpl(once, reinterpret_cast<PointerArgFunction>(init_func), NULL);
116 CallOnceImpl(once, reinterpret_cast<PointerArgFunction>(init_func),
once.cc 42 void CallOnceImpl(OnceType* once, PointerArgFunction init_func, void* arg) {

Completed in 40 milliseconds