OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PointerArgFunction
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/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) {
/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 155 milliseconds