int pthread_join(pthread_t thread, void **retval); 作用:阻塞等待线程退出,获取线程退出状态。其作用对应进程中waitpid() 函数。 成功:0;失败:错误号strerror函数 ...
確定! 回上一頁