Searched defs:callback_type (Results 1 – 7 of 7) sorted by relevance
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | deep_thread_stack.cc | 27 typedef void* (*callback_type)(void* arg); typedef
|
/external/llvm-project/compiler-rt/test/asan/TestCases/Posix/ |
D | deep_thread_stack.cpp | 27 typedef void* (*callback_type)(void* arg); typedef
|
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
D | F_incomplete.pass.cpp | 22 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/ |
D | F_incomplete.pass.cpp | 26 typedef std::function<void(X&)> callback_type; typedef
|
/external/llvm-project/openmp/runtime/src/ |
D | ompt-general.cpp | 546 #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/ |
D | ompt-multiplex.h | 916 #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/ |
D | ocsd_c_api.cpp | 192 const ocsd_c_api_cb_types callback_type, in ocsd_dt_attach_packet_callback()
|