Searched refs:gomp_exit_data (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
H A D | target.c | 2342 gomp_exit_data (struct gomp_device_descr *devicep, size_t mapnum, in gomp_exit_data() function 2503 gomp_exit_data (devicep, mapnum, hostaddrs, sizes, kinds); in GOMP_target_enter_exit_data() 2574 gomp_exit_data (devicep, ttask->mapnum, ttask->hostaddrs, ttask->sizes, in gomp_target_task_fn()
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | target.c | 2933 gomp_exit_data (struct gomp_device_descr *devicep, size_t mapnum, in gomp_exit_data() function 3159 gomp_exit_data (devicep, mapnum, hostaddrs, sizes, kinds, &refcount_set); in GOMP_target_enter_exit_data() 3236 gomp_exit_data (devicep, ttask->mapnum, ttask->hostaddrs, ttask->sizes, in gomp_target_task_fn()
|
H A D | ChangeLog | 1002 (gomp_exit_data): Likewise. 2114 (gomp_exit_data): Add refcount_set parameter, adjust to use 2118 gomp_map_vars and gomp_exit_data. 3187 (gomp_exit_data): Add handling of GOMP_MAP_DETACH. 5087 * target.c (gomp_exit_data): Use 'gomp_remove_var'. 6281 (gomp_exit_data): Adjust gomp_copy_dev2host call. 9549 (gomp_exit_data): Adjust to call gomp_copy_dev2host. 10390 (gomp_exit_data): Restore target address of the pointer in the splay 10417 (gomp_exit_data): Do nothing if device is finalized. 10733 (gomp_exit_data): For GOMP_MAP_*ZERO_LEN* use [all …]
|