Problem in Timers and signal

前端 未结 4 1989
别跟我提以往
别跟我提以往 2020-12-06 03:35

I have implemented a POSIX timer using timer_create( ) API, and this will generate SIGUSR1 when the timer expires for which i have put a handler code. Now the problem is, if

4条回答
  •  醉酒成梦
    2020-12-06 03:58

    Use another RT signals. See answers on Is there any way to create a user defined signal in Linux?

提交回复
热议问题