Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Posix/
H A 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()
/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A DF_incomplete.pass.cpp26 typedef std::function<void(X&)> callback_type; typedef
29 callback_type _cb;
/llvm-project-15.0.7/openmp/tools/multiplex/
H A Dompt-multiplex.h927 #define ompt_event_macro(event_name, callback_type, event_id) \ in ompt_multiplex_own_set_callback() argument
929 ompt_multiplex_own_callbacks.ompt_##event_name = (callback_type)callback; \ in ompt_multiplex_own_set_callback()
952 #define ompt_event_macro(event_name, callback_type, event_id) \ in ompt_multiplex_client_set_callback() argument
955 (callback_type)callback; \ in ompt_multiplex_client_set_callback()
1012 #define ompt_event_macro(event_name, callback_type, event_id) \ in ompt_multiplex_initialize() argument
/llvm-project-15.0.7/openmp/runtime/src/
H A Dompt-general.cpp573 #define ompt_event_macro(event_name, callback_type, event_id) \ argument
575 ompt_callbacks.ompt_callback(event_name) = (callback_type)callback; \
598 #define ompt_event_macro(event_name, callback_type, event_id) \ argument
/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dtemplate_cpp.cc1571 auto callback_type = method.callback->getType(); in total_params() local
1572 auto callback = generator::extract_prototype(callback_type); in total_params()
1680 auto callback_type = method.callback->getType(); in print_callback_lambda() local
1682 auto callback = generator::extract_prototype(callback_type); in print_callback_lambda()