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

/solaris-userland-s11u3/components/open-fabrics/libibverbs/
H A Dsolaris_compatibility.c203 static pthread_mutex_t umad_cache_mutex = PTHREAD_MUTEX_INITIALIZER; variable
1205 if (pthread_mutex_lock(&umad_cache_mutex) != 0) {
1206 fprintf(stderr, "failed: to acquire umad_cache_mutex %s\n",
1214 (void) pthread_mutex_unlock(&umad_cache_mutex);
1222 (void) pthread_mutex_unlock(&umad_cache_mutex);

Completed in 10 milliseconds