多线程编程指南

thr_sigsetmask 返回值

如果成功完成,thr_sigsetmask() 将返回 0。如果检测到以下任一情况,thr_sigsetmask() 将失败并返回对应的值。


EINVAL

描述:

set 不为 NULL,并且 how 的值未定义。