int pthread_join(pthread_t th,void *thread_return); * int pthread_detach(pthread_t th); * * 函数pthread_join用来等待一个线程的结束。
確定! 回上一頁