Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-hsa.c438 pthread_rwlock_t modules_rwlock; member
720 if (pthread_rwlock_init (&agent->modules_rwlock, NULL)) in GOMP_OFFLOAD_init_device()
905 if (pthread_rwlock_wrlock (&agent->modules_rwlock)) in GOMP_OFFLOAD_load_image()
939 if (pthread_rwlock_unlock (&agent->modules_rwlock)) in GOMP_OFFLOAD_load_image()
1495 if (pthread_rwlock_rdlock (&agent->modules_rwlock)) in run_kernel()
1615 if (pthread_rwlock_unlock (&agent->modules_rwlock)) in run_kernel()
1734 if (pthread_rwlock_wrlock (&agent->modules_rwlock)) in GOMP_OFFLOAD_unload_image()
1759 if (pthread_rwlock_unlock (&agent->modules_rwlock)) in GOMP_OFFLOAD_unload_image()
1809 if (pthread_rwlock_destroy (&agent->modules_rwlock)) in GOMP_OFFLOAD_fini_device()