OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:callback_type
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/test/asan/TestCases/Posix/
deep_thread_stack.cc
27
typedef void* (*
callback_type
)(void* arg);
typedef
31
pthread_create(&thread, NULL, (
callback_type
)function, NULL);
36
void RunThread(
callback_type
function) {
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
F_incomplete.pass.cpp
22
typedef std::function<void(X&)>
callback_type
;
typedef in struct:X
25
callback_type
_cb;
/external/v8/include/
v8-util.h
386
WeakCallbackType
callback_type
=
local
393
callback_type
);
local
458
WeakCallbackType
callback_type
=
local
465
callback_type
);
local
Completed in 369 milliseconds