Home
last modified time | relevance | path

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

/external/compiler-rt/test/asan/TestCases/Posix/
Ddeep_thread_stack.cc27 typedef void* (*callback_type)(void* arg); typedef
/external/llvm-project/compiler-rt/test/asan/TestCases/Posix/
Ddeep_thread_stack.cpp27 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
/external/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
DF_incomplete.pass.cpp26 typedef std::function<void(X&)> callback_type; typedef
/external/llvm-project/openmp/runtime/src/
Dompt-general.cpp546 #define ompt_event_macro(event_name, callback_type, event_id) \ argument
571 #define ompt_event_macro(event_name, callback_type, event_id) \ argument
/external/llvm-project/openmp/tools/multiplex/
Dompt-multiplex.h916 #define ompt_event_macro(event_name, callback_type, event_id) \ in ompt_multiplex_own_set_callback() argument
941 #define ompt_event_macro(event_name, callback_type, event_id) \ in ompt_multiplex_client_set_callback() argument
1001 #define ompt_event_macro(event_name, callback_type, event_id) \ in ompt_multiplex_initialize() argument
/external/OpenCSD/decoder/source/c_api/
Docsd_c_api.cpp192 const ocsd_c_api_cb_types callback_type, in ocsd_dt_attach_packet_callback()