Home
last modified time | relevance | path

Searched defs:thread_num (Results 1 – 16 of 16) sorted by relevance

/llvm-project/openmp/libompd/gdb-plugin/ompd/
H A Dompd_address_space.py399 def save_thread_object(self, thread_num, thread_id, addr_space): argument
404 def get_thread(self, thread_num): argument
H A Dompd_handles.py16 def get_thread_in_parallel(self, thread_num): argument
42 def get_task_in_parallel(self, thread_num): argument
/llvm-project/openmp/runtime/test/ompt/tasks/
H A Dexplicit_task_thread_num.c17 int thread_num; in print_task_info_at() local
H A Dtask_memory.c28 unsigned int thread_num, int flag) { in on_ompt_callback_implicit_task()
/llvm-project/openmp/runtime/test/ompt/parallel/
H A Dnested_lwt_thread_num.c17 int thread_num; in print_task_info_at() local
/llvm-project/openmp/runtime/test/teams/
H A Dkmp_num_teams.c48 int thread_num = omp_get_thread_num(); in check_num_teams() local
/llvm-project/openmp/tools/multiplex/
H A Dompt-multiplex.h388 ompt_data_t *task_data, unsigned int team_size, unsigned int thread_num, in ompt_multiplex_callback_implicit_task()
903 int *thread_num) { in ompt_multiplex_own_get_task_info()
922 int *thread_num) { in ompt_multiplex_client_get_task_info()
/llvm-project/openmp/libompd/src/
H A Domp-debug.cpp179 int thread_num, /* IN: Thread num, handle of which is to be returned */ in ompd_get_thread_in_parallel()
620 int thread_num, /* IN: thread num of implicit task of team */ in ompd_get_task_in_parallel()
/llvm-project/openmp/runtime/src/
H A Dompt-internal.h63 int thread_num; member
H A Dompt-specific.cpp361 int *thread_num) { in __ompt_get_task_info_internal() argument
H A Dompt-general.cpp661 ompt_get_task_info(int ancestor_level,int * type,ompt_data_t ** task_data,ompt_frame_t ** task_frame,ompt_data_t ** parallel_data,int * thread_num) global() argument
/llvm-project/openmp/libompd/test/
H A Dompt_plugin.h59 unsigned int thread_num, int flags) { in on_ompt_callback_implicit_task()
/llvm-project/openmp/runtime/test/ompt/
H A Dcallback.h140 int task_type, thread_num; print_ids() local
761 on_ompt_callback_implicit_task(ompt_scope_endpoint_t endpoint,ompt_data_t * parallel_data,ompt_data_t * task_data,unsigned int team_size,unsigned int thread_num,int flags) on_ompt_callback_implicit_task() argument
[all...]
/llvm-project/openmp/tools/multiplex/tests/custom_data_storage/
H A Dfirst-tool.h95 unsigned int thread_num, in on_cds_ompt_callback_implicit_task()
/llvm-project/openmp/tools/archer/
H A Dompt-tsan.cpp671 unsigned int thread_num, int type) { in ompt_tsan_implicit_task()
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp861 uint32_t thread_num = 0; PrepareStopReplyPacketForThread() local