Home
last modified time | relevance | path

Searched refs:pthread_join (Results 1 – 3 of 3) sorted by relevance

/tests/
Dpthreadtest.c73 status = pthread_join(thr, &result); in main()
82 status = pthread_join(thr, &result); in main()
111 status = pthread_join(thr, &result); in main()
/include/
Dpthread.h23 int pthread_join(pthread_t thread, void **value_ptr);
/lib/libc/posix/
Dpthread.c152 pthread_join(pthread_t thread, void **value_ptr) in pthread_join() function