The pthread_join() function suspends execution of the calling thread until the target thread terminates, unless the target thread has already terminated.
確定! 回上一頁