sem_timedwait 会被signal的信号唤醒及处理办法
一直都在使用sem_timedwait 函数用来处理超时等待应答.但是突然发现 没有收到应答.竟然返回了.查了半天竟然是signal(SIGALRM, ....)的原因.man 了一下 sem_timedwait RETURN VALUE All of these functions return 0 on success; on error, the value of th