OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_attr
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/bionic/
libc_init_common.c
61
pthread_attr_t
thread_attr
;
local
70
pthread_attr_init(&
thread_attr
);
71
pthread_attr_setstack(&
thread_attr
, (void*)stackbottom, stacksize);
72
_init_thread(&thread, gettid(), &
thread_attr
, (void*)stackbottom);
/hardware/msm7k/librpc/
svc.c
84
pthread_attr_t
thread_attr
;
member in struct:SVCXPRT
162
pthread_attr_init(&xprt->
thread_attr
);
163
pthread_attr_setdetachstate(&xprt->
thread_attr
,
282
&xprt->
thread_attr
,
438
pthread_attr_destroy(&xprt->
thread_attr
);
Completed in 44 milliseconds