<br><br><div class="gmail_quote">On Wed, Aug 10, 2011 at 2:04 PM,  <span dir="ltr"><<a href="mailto:michael.vancanneyt@wisa.be">michael.vancanneyt@wisa.be</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div class="im"><br>
<br>
On Wed, 10 Aug 2011, Max Vlasov wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi,<br>
<br>
I tried to implement linux timer with timer_create and signals, but an<br>
exception always fired (External:SIGUSR1)....<br>What can be wrong with the code below?<br>
</blockquote>
<br></div>
I assume threads are used for these timers. If so, then this is normal, signal USR1 is used<br>
by the linux threading mechanism, if I remember correctly.<br>
<br></blockquote></div><br>I also thought that the signal could be occupied by some api, but changing it to SIGRTMIN + 1, +2,+3 just changes the exception to "External:SIG35", "External:SIG36"... <br>

Maybe I should apply the blocking mask for other signal for this api since it probably uses threads? <br><br>Max<br><br><br>