OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pthread_join
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libpthread/
pthread.h
52
int
pthread_join
(pthread_t, void **);
363
#define
pthread_join
__libc_thr_join
macro
pthread.c
146
__strong_alias(__libc_thr_join,
pthread_join
)
706
pthread_join
(pthread_t thread, void **valptr)
function in typeref:typename:int
721
/* IEEE Std 1003.1 says
pthread_join
() never returns EINTR. */
732
* cancelled,
pthread_join
() must not have succeeded.
Completed in 138 milliseconds
Indexes created Thu Nov 06 19:09:53 GMT 2025