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
Use another RT signals. See answers on Is there any way to create a user defined signal in Linux?