Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/libgomp/
HDoacc-init.c56 static pthread_key_t goacc_cleanup_key; variable
336 pthread_setspecific (goacc_cleanup_key, thr); in goacc_new_thread()
649 pthread_key_create (&goacc_cleanup_key, goacc_destroy_thread); in ialias()