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

/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c293 static pthread_mutex_t ses_sofmt; variable
307 (void) pthread_mutex_lock(&ses_sofmt);
331 (void) pthread_mutex_unlock(&ses_sofmt);
339 (void) pthread_mutex_lock(&ses_sofmt);
345 (void) pthread_mutex_unlock(&ses_sofmt);
353 (void) pthread_mutex_lock(&ses_sofmt);
361 (void) pthread_mutex_unlock(&ses_sofmt);

Completed in 53 milliseconds