Previous Next Contents

6.5  线程中的信号处理

6.5.1  概念

6.5.2  pthread_sigmask

6.5.3  pthread_kill 和 sigwait

===============================================================================
       #include 
       #include 

       int pthread_kill (pthread_t thread, int signo);
       int sigwait (const sigset_t *set, int *sig);
===============================================================================





Previous Next Contents