int pthread_join (pthread_t threadID, void* *retval);. The argument `threadID` holds the ID of the thread to be joined.
確定! 回上一頁