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

/osnet-11/usr/src/lib/libfuse/common/
H A Dfuse_uvfs.c1636 static pthread_mutex_t tsd_mtx = PTHREAD_MUTEX_INITIALIZER; variable
1681 (void) pthread_mutex_lock(&tsd_mtx);
1685 (void) pthread_mutex_unlock(&tsd_mtx);
1690 (void) pthread_mutex_unlock(&tsd_mtx);
1810 (void) pthread_mutex_lock(&tsd_mtx);
1817 (void) pthread_mutex_unlock(&tsd_mtx);

Completed in 25 milliseconds