技术栈
线程创建
我在人间贩卖青春
3 天前
线程
·
线程创建
线程的创建
pthread_create() 不会设置全局变量 errno,错误信息直接通过返回值给出必须使用 -pthread 选项(注意是 -pthread,不是 -lpthread,虽然后者通常也行)
我是有底线的