技术栈
pthreads
Mega_Li
1 年前
c语言
·
pthreads
5.3 连接和分离线程
pthread_join(thread, status)pthread_detach(thread)pthread_attr_setdetachstate(attr, detachstate)