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

/opensolaris-onvv-gate/usr/src/cmd/fps/fpsd/
H A Dfpsd_esutil.c337 static pthread_mutex_t wrlck; local
353 (void) pthread_mutex_lock(&wrlck);
357 (void) pthread_mutex_unlock(&wrlck);
456 (void) pthread_mutex_lock(&wrlck);
458 (void) pthread_mutex_unlock(&wrlck);
462 (void) pthread_mutex_unlock(&wrlck);
470 (void) pthread_mutex_lock(&wrlck);
472 (void) pthread_mutex_unlock(&wrlck);
475 (void) pthread_mutex_unlock(&wrlck);

Completed in 93 milliseconds