Home
last modified time | relevance | path

Searched defs:new_task_data (Results 1 – 6 of 6) sorted by relevance

/llvm-project/openmp/runtime/test/ompt/tasks/
H A Dtask_memory.c53 ompt_data_t *new_task_data, int flags, in on_ompt_callback_task_create()
/llvm-project/openmp/tools/multiplex/tests/custom_data_storage/
H A Dfirst-tool.h154 ompt_data_t *new_task_data, in on_cds_ompt_callback_task_create()
/llvm-project/openmp/runtime/test/ompt/
H A Dcallback.h1002 on_ompt_callback_task_create(ompt_data_t * encountering_task_data,const ompt_frame_t * encountering_task_frame,ompt_data_t * new_task_data,int type,int has_dependences,const void * codeptr_ra) on_ompt_callback_task_create() argument
/llvm-project/openmp/tools/multiplex/
H A Dompt-multiplex.h579 ompt_data_t *new_task_data, int type, int has_dependences, in ompt_multiplex_callback_task_create()
/llvm-project/openmp/tools/archer/
H A Dompt-tsan.cpp847 ompt_data_t *new_task_data, /* id of created task */ in ompt_tsan_task_create()
/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp5176 kmp_taskdata_t *new_task_data = KMP_TASK_TO_TASKDATA(new_task); local