Home
last modified time | relevance | path

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

/external/openssh/
Dauth-pam.c140 sp_pthread_t pam_thread; member
163 if (waitpid(cleanup_ctxt->pam_thread, &sshpam_thread_status, WNOHANG) in sshpam_sigchld_handler()
166 kill(cleanup_ctxt->pam_thread, SIGTERM); in sshpam_sigchld_handler()
167 while (waitpid(cleanup_ctxt->pam_thread, in sshpam_sigchld_handler()
597 if (ctxt != NULL && ctxt->pam_thread != 0) { in sshpam_thread_cleanup()
598 pthread_cancel(ctxt->pam_thread); in sshpam_thread_cleanup()
599 pthread_join(ctxt->pam_thread, NULL); in sshpam_thread_cleanup()
808 result = pthread_create(&ctxt->pam_thread, NULL, sshpam_thread, ctxt); in sshpam_init_ctx()