HomeSort by relevance Sort by last modified time
    Searched full:cleanup_ctxt (Results 1 - 1 of 1) sorted by null

  /external/openssh/
auth-pam.c 136 static struct pam_ctxt *cleanup_ctxt; variable in typeref:struct:pam_ctxt
150 if (cleanup_ctxt == NULL)
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)
531 struct pam_ctxt *ctxt = cleanup_ctxt;
540 cleanup_ctxt = NULL;
709 cleanup_ctxt = ctxt;

Completed in 1099 milliseconds