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

/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd.h94 pthread_t s_authsvc_tid; member in struct:smbd
H A Dsmbd_authsvc.c169 smbd.s_authsvc_tid = tid;
177 if (smbd.s_authsvc_tid != 0) {
178 (void) pthread_kill(smbd.s_authsvc_tid, SIGTERM);
179 smbd.s_authsvc_tid = 0;

Completed in 46 milliseconds