thr_getspecific() 在成功运行后返回 0。如果检测到以下任一情况,thr_getspecific() 将失败并返回对应的值。
ENOMEM
可用内存不足,无法将 value 与 keyp 相关联。
EINVAL
keyp 无效。