Searched refs:PointerArgFunction (Results 1 – 2 of 2) sorted by relevance
96 typedef void (*PointerArgFunction)(void* arg); typedef103 void CallOnceImpl(OnceType* once, PointerArgFunction init_func, void* arg);107 CallOnceImpl(once, reinterpret_cast<PointerArgFunction>(init_func), NULL); in CallOnce()116 CallOnceImpl(once, reinterpret_cast<PointerArgFunction>(init_func), in CallOnce()
42 void CallOnceImpl(OnceType* once, PointerArgFunction init_func, void* arg) { in CallOnceImpl()