OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pam_thread
(Results
1 - 1
of
1
) sorted by null
/external/openssh/
auth-pam.c
129
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 31 milliseconds