Searched refs:ibdev_cache_mutex (Results 1 - 1 of 1) sorted by relevance

/solaris-userland-s11u3/components/open-fabrics/libibverbs/
H A Dsolaris_compatibility.c204 static pthread_mutex_t ibdev_cache_mutex = PTHREAD_MUTEX_INITIALIZER; variable
697 if (pthread_mutex_lock(&ibdev_cache_mutex) != 0) {
698 fprintf(stderr, "failed: to acquire ibdev_cache_mutex %s\n",
705 (void) pthread_mutex_unlock(&ibdev_cache_mutex);
711 (void) pthread_mutex_unlock(&ibdev_cache_mutex);
896 if (pthread_mutex_lock(&ibdev_cache_mutex) != 0) {
897 fprintf(stderr, "failed: to acquire ibdev_cache_mutex %s\n",
906 (void) pthread_mutex_unlock(&ibdev_cache_mutex);
914 (void) pthread_mutex_unlock(&ibdev_cache_mutex);

Completed in 269 milliseconds