Home
last modified time | relevance | path

Searched refs:ai_mtx (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/lib9p/common/backend/
H A Dfs.c171 pthread_mutex_t ai_mtx; /* lock for refcnt */ member
627 if (pthread_mutex_lock(&ai->ai_mtx) != 0) { in open_fid()
634 (void) pthread_mutex_unlock(&ai->ai_mtx); in open_fid()
1019 error = pthread_mutex_init(&ai->ai_mtx, &fs_mutexattr); in fs_attach()
1021 error = pthread_mutex_init(&ai->ai_mtx, NULL); in fs_attach()
1037 (void) pthread_mutex_destroy(&ai->ai_mtx); in fs_attach()
3079 (void) pthread_mutex_lock(&ai->ai_mtx); in fs_freefid()
3081 (void) pthread_mutex_unlock(&ai->ai_mtx); in fs_freefid()
3088 (void) pthread_mutex_destroy(&ai->ai_mtx); in fs_freefid()