Home
last modified time | relevance | path

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

/components/libc/cplusplus/cpp11/gcc/
A Dthread.cpp61 err = pthread_join(native_handle(), NULL); in join()
/components/libc/cplusplus/cpp11/armclang/
A Dthread.cpp57 pthread_join(((pthread_t)__t->data - CPP11_DEFAULT_ID_OFFSET), RT_NULL); in __ARM_TPL_thread_join()
/components/libc/posix/pthreads/
A Dpthread.c604 int pthread_join(pthread_t thread, void **value_ptr) in pthread_join() function
644 RTM_EXPORT(pthread_join);
A Dpthread.h169 int pthread_join (pthread_t thread, void **value_ptr);
/components/libc/
A Dposix-info.txt91 + pthread_join()

Completed in 8 milliseconds