Home
last modified time | relevance | path

Searched refs:saved_bound_dev (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/libgomp/
HDoacc-init.c284 if (walk->saved_bound_dev) in acc_shutdown_1()
424 thr->saved_bound_dev = NULL; in goacc_attach_host_thread_to_device()
667 assert (!thr->saved_bound_dev); in goacc_save_and_set_bind()
669 thr->saved_bound_dev = thr->dev; in goacc_save_and_set_bind()
678 thr->dev = thr->saved_bound_dev; in goacc_restore_bind()
679 thr->saved_bound_dev = NULL; in goacc_restore_bind()
HDoacc-int.h65 struct gomp_device_descr *saved_bound_dev; member