技术栈

线程操作

wljy1
2 小时前
linux·线程属性·线程操作
二、线程操作使用 pthread 系列函数编译时,必须手动链接线程库:不加 -pthread 会出现编译 / 运行异常。
我是有底线的