Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Doacc-init.c385 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()
H A Doacc-int.h66 struct gomp_device_descr *saved_bound_dev; member
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Doacc-init.c385 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()
H A Doacc-int.h66 struct gomp_device_descr *saved_bound_dev; member