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

/solaris-userland/components/open-fabrics/libibverbs/
H A Dsolaris_compatibility.c161 static pthread_mutex_t umad_cache_mutex = PTHREAD_MUTEX_INITIALIZER; variable
1159 if (pthread_mutex_lock(&umad_cache_mutex) != 0) {
1160 fprintf(stderr, "failed: to acquire umad_cache_mutex %s\n",
1168 (void) pthread_mutex_unlock(&umad_cache_mutex);
1176 (void) pthread_mutex_unlock(&umad_cache_mutex);

Completed in 73 milliseconds