Home
last modified time | relevance | path

Searched defs:callback_type (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Posix/
Ddeep_thread_stack.cc27 typedef void* (*callback_type)(void* arg); typedef
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
DF_incomplete.pass.cpp22 typedef std::function<void(X&)> callback_type; typedef