Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_authsvc.c174 smbd.s_authsvc_tid = tid; in smbd_authsvc_start()
182 if (smbd.s_authsvc_tid != 0) { in smbd_authsvc_stop()
183 (void) pthread_kill(smbd.s_authsvc_tid, SIGTERM); in smbd_authsvc_stop()
184 smbd.s_authsvc_tid = 0; in smbd_authsvc_stop()
H A Dsmbd.h96 pthread_t s_authsvc_tid; member