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

/solaris-userland/components/open-fabrics/libibverbs/
H A Dsolaris_compatibility.c162 static pthread_mutex_t ibdev_cache_mutex = PTHREAD_MUTEX_INITIALIZER; variable
651 if (pthread_mutex_lock(&ibdev_cache_mutex) != 0) {
652 fprintf(stderr, "failed: to acquire ibdev_cache_mutex %s\n",
659 (void) pthread_mutex_unlock(&ibdev_cache_mutex);
665 (void) pthread_mutex_unlock(&ibdev_cache_mutex);
850 if (pthread_mutex_lock(&ibdev_cache_mutex) != 0) {
851 fprintf(stderr, "failed: to acquire ibdev_cache_mutex %s\n",
860 (void) pthread_mutex_unlock(&ibdev_cache_mutex);
868 (void) pthread_mutex_unlock(&ibdev_cache_mutex);

Completed in 38 milliseconds