Home
last modified time | relevance | path

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

/external/openssh/
Dauth-pam.c135 sp_pthread_t pam_thread; member
158 if (waitpid(cleanup_ctxt->pam_thread, &sshpam_thread_status, WNOHANG) in sshpam_sigchld_handler()
161 kill(cleanup_ctxt->pam_thread, SIGTERM); in sshpam_sigchld_handler()
162 while (waitpid(cleanup_ctxt->pam_thread, in sshpam_sigchld_handler()
535 if (ctxt != NULL && ctxt->pam_thread != 0) { in sshpam_thread_cleanup()
536 pthread_cancel(ctxt->pam_thread); in sshpam_thread_cleanup()
537 pthread_join(ctxt->pam_thread, NULL); in sshpam_thread_cleanup()
701 if (pthread_create(&ctxt->pam_thread, NULL, sshpam_thread, ctxt) == -1) { in sshpam_init_ctx()