Home
last modified time | relevance | path

Searched refs:callback_type (Results 1 – 9 of 9) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Posix/
Ddeep_thread_stack.cc27 typedef void* (*callback_type)(void* arg); typedef
31 pthread_create(&thread, NULL, (callback_type)function, NULL); in RunnerThread()
36 void RunThread(callback_type function) { in RunThread()
/external/llvm-project/compiler-rt/test/asan/TestCases/Posix/
Ddeep_thread_stack.cpp27 typedef void* (*callback_type)(void* arg); typedef
31 pthread_create(&thread, NULL, (callback_type)function, NULL); in RunnerThread()
36 void RunThread(callback_type function) { in RunThread()
/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
25 callback_type _cb;
/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
29 callback_type _cb;
/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
918 ompt_multiplex_own_callbacks.ompt_##event_name = (callback_type)callback; \ in ompt_multiplex_own_set_callback()
941 #define ompt_event_macro(event_name, callback_type, event_id) \ in ompt_multiplex_client_set_callback() argument
944 (callback_type)callback; \ in ompt_multiplex_client_set_callback()
1001 #define ompt_event_macro(event_name, callback_type, event_id) \ in ompt_multiplex_initialize() argument
/external/llvm-project/openmp/runtime/src/
Dompt-general.cpp546 #define ompt_event_macro(event_name, callback_type, event_id) \ argument
548 ompt_callbacks.ompt_callback(event_name) = (callback_type)callback; \
571 #define ompt_event_macro(event_name, callback_type, event_id) \ argument
/external/OpenCSD/decoder/include/opencsd/c_api/
Dopencsd_c_api.h208 const ocsd_c_api_cb_types callback_type,
/external/OpenCSD/decoder/source/c_api/
Docsd_c_api.cpp192 const ocsd_c_api_cb_types callback_type, in ocsd_dt_attach_packet_callback() argument
203 switch(callback_type) in ocsd_dt_attach_packet_callback()
/external/OpenCSD/decoder/docs/prog_guide/
Dprog_guide_main.md476 …const ocsd_c_api_cb_types callback_type, // defines packet only processing sink or monitor functi…