Searched defs:smb_share_dsrv_mtx (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_share_doorsvc.c49 static pthread_mutex_t smb_share_dsrv_mtx = PTHREAD_MUTEX_INITIALIZER; variable
64 (void) pthread_mutex_lock(&smb_share_dsrv_mtx);
68 (void) pthread_mutex_unlock(&smb_share_dsrv_mtx);
78 (void) pthread_mutex_unlock(&smb_share_dsrv_mtx);
93 (void) pthread_mutex_unlock(&smb_share_dsrv_mtx);
105 (void) pthread_mutex_unlock(&smb_share_dsrv_mtx);
109 (void) pthread_mutex_unlock(&smb_share_dsrv_mtx);
119 (void) pthread_mutex_lock(&smb_share_dsrv_mtx);
134 (void) pthread_mutex_unlock(&smb_share_dsrv_mtx);

Completed in 43 milliseconds