Searched refs:children_dispatches (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-hsa.c180 struct GOMP_hsa_kernel_dispatch **children_dispatches; member in struct:GOMP_hsa_kernel_dispatch
1138 shadow->children_dispatches
1180 release_kernel_dispatch (shadow->children_dispatches[i]);
1182 free (shadow->children_dispatches);
1308 print_kernel_dispatch (dispatch->children_dispatches[i], indent + 2);
1329 shadow->children_dispatches[i]
1331 shadow->children_dispatches[i]->queue
1333 shadow->children_dispatches[i]->omp_level = 1;
1606 child_s.handle = shadow->children_dispatches[i]->signal;
1609 (print_uint64_t) shadow->children_dispatches[
[all...]

Completed in 130 milliseconds