Home
last modified time | relevance | path

Searched refs:TaskFnTy (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/
H A DTypes.h124 using TaskFnTy = int32_t (*)(int32_t global_tid, TaskDescriptorTy *taskDescr); variable
127 TaskFnTy TaskFn;
H A DInterface.h308 TaskFnTy TaskFn);
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DTasking.cpp28 TaskFnTy TaskFn) { in __kmpc_omp_task_alloc()