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

/macosx-10.10/OpenSSH-189/openssh/
H A Dauth-pam.c129 sp_pthread_t pam_thread; member in struct:pam_ctxt
152 if (waitpid(cleanup_ctxt->pam_thread, &sshpam_thread_status, WNOHANG)
155 kill(cleanup_ctxt->pam_thread, SIGTERM);
156 if (waitpid(cleanup_ctxt->pam_thread, &sshpam_thread_status, 0)
534 if (ctxt != NULL && ctxt->pam_thread != 0) {
535 pthread_cancel(ctxt->pam_thread);
536 pthread_join(ctxt->pam_thread, NULL);
701 if (pthread_create(&ctxt->pam_thread, NULL, sshpam_thread, ctxt) == -1) {

Completed in 103 milliseconds