Searched defs:PointerArgFunction (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Donce.h96 typedef void (*PointerArgFunction)(void* arg); typedef in namespace:v8::internal
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),

Completed in 45 milliseconds