Searched refs:clnt_fd_lock (Results 1 – 4 of 4) sorted by relevance
129 mutex_lock(&clnt_fd_lock); \131 mutex_unlock(&clnt_fd_lock); \184 mutex_lock(&clnt_fd_lock); in clnt_vc_create()192 mutex_unlock(&clnt_fd_lock); in clnt_vc_create()204 mutex_unlock(&clnt_fd_lock); in clnt_vc_create()224 mutex_unlock(&clnt_fd_lock); in clnt_vc_create()231 mutex_unlock(&clnt_fd_lock); in clnt_vc_create()236 mutex_unlock(&clnt_fd_lock); in clnt_vc_create()324 mutex_lock(&clnt_fd_lock); in clnt_vc_call()326 cond_wait(&vc_cv[ct->ct_fd], &clnt_fd_lock); in clnt_vc_call()[all …]
90 mutex_lock(&clnt_fd_lock); \92 mutex_unlock(&clnt_fd_lock); \158 mutex_lock(&clnt_fd_lock); in clnt_dg_create()167 mutex_unlock(&clnt_fd_lock); in clnt_dg_create()178 mutex_unlock(&clnt_fd_lock); in clnt_dg_create()189 mutex_unlock(&clnt_fd_lock); in clnt_dg_create()314 mutex_lock(&clnt_fd_lock); in clnt_dg_call()316 cond_wait(&dg_cv[cu->cu_fd], &clnt_fd_lock); in clnt_dg_call()322 mutex_unlock(&clnt_fd_lock); in clnt_dg_call()543 mutex_lock(&clnt_fd_lock); in clnt_dg_freeres()[all …]
37 #define clnt_fd_lock __clnt_fd_lock macro55 extern pthread_mutex_t clnt_fd_lock;
21 #define clnt_fd_lock __clnt_fd_lock macro54 pthread_mutex_t clnt_fd_lock = PTHREAD_MUTEX_INITIALIZER; variable