Searched refs:saved_bound_dev (Results 1 – 4 of 4) sorted by relevance
385 if (walk->saved_bound_dev) in acc_shutdown_1()533 thr->saved_bound_dev = NULL; in goacc_attach_host_thread_to_device()918 assert (!thr->saved_bound_dev); in goacc_save_and_set_bind()920 thr->saved_bound_dev = thr->dev; in goacc_save_and_set_bind()929 thr->dev = thr->saved_bound_dev; in goacc_restore_bind()930 thr->saved_bound_dev = NULL; in goacc_restore_bind()
66 struct gomp_device_descr *saved_bound_dev; member