Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_share_doorsvc.c52 static pthread_mutex_t smb_share_dsrv_mtx = PTHREAD_MUTEX_INITIALIZER; variable
67 (void) pthread_mutex_lock(&smb_share_dsrv_mtx); in smbd_share_start()
71 (void) pthread_mutex_unlock(&smb_share_dsrv_mtx); in smbd_share_start()
81 (void) pthread_mutex_unlock(&smb_share_dsrv_mtx); in smbd_share_start()
96 (void) pthread_mutex_unlock(&smb_share_dsrv_mtx); in smbd_share_start()
108 (void) pthread_mutex_unlock(&smb_share_dsrv_mtx); in smbd_share_start()
112 (void) pthread_mutex_unlock(&smb_share_dsrv_mtx); in smbd_share_start()
122 (void) pthread_mutex_lock(&smb_share_dsrv_mtx); in smbd_share_stop()
137 (void) pthread_mutex_unlock(&smb_share_dsrv_mtx); in smbd_share_stop()