Home
last modified time | relevance | path

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

/freebsd/contrib/lib9p/backend/
H A Dfs.c136 pthread_mutex_t ai_mtx; /* lock for refcnt */ member
578 pthread_mutex_lock(&ai->ai_mtx); in open_fid()
580 pthread_mutex_unlock(&ai->ai_mtx); in open_fid()
942 error = pthread_mutex_init(&ai->ai_mtx, NULL); in fs_attach()
957 pthread_mutex_destroy(&ai->ai_mtx); in fs_attach()
2966 pthread_mutex_lock(&ai->ai_mtx); in fs_freefid()
2968 pthread_mutex_unlock(&ai->ai_mtx); in fs_freefid()
2975 pthread_mutex_destroy(&ai->ai_mtx); in fs_freefid()