Home
last modified time | relevance | path

Searched refs:destroy_module (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-hsa.c1701 destroy_module (struct module_info *module) in destroy_module() function
1754 if (!destroy_module (module)) in GOMP_OFFLOAD_unload_image()
1788 if (!destroy_module (module)) in GOMP_OFFLOAD_fini_device()
H A Dplugin-gcn.c2699 destroy_module (struct module_info *module, bool locked) in destroy_module() function
3683 if (!destroy_module (agent->module, true)) in GOMP_OFFLOAD_unload_image()
3720 if (!destroy_module (agent->module, false)) in GOMP_OFFLOAD_fini_device()
/netbsd-src/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-gcn.c2508 destroy_module (struct module_info *module, bool locked) in destroy_module() function
3544 if (!destroy_module (agent->module, true)) in GOMP_OFFLOAD_unload_image()
3581 if (!destroy_module (agent->module, false)) in GOMP_OFFLOAD_fini_device()
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A DChangeLog9591 (destroy_module): Change return type to bool, adjust to