OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sp_pthread_t
(Results
1 - 1
of
1
) sorted by null
/external/openssh/
auth-pam.c
123
typedef pthread_t
sp_pthread_t
;
typedef
125
typedef pid_t
sp_pthread_t
;
typedef
129
sp_pthread_t
pam_thread;
178
pthread_create(
sp_pthread_t
*thread, const void *attr,
204
pthread_cancel(
sp_pthread_t
thread)
212
pthread_join(
sp_pthread_t
thread, void **value)
Completed in 703 milliseconds