SIGTHREAD and SIGEV_SIGNAL

Matthieu CASTET matthieu.castet at parrot.com
Fri Jan 11 11:30:12 UTC 2008


Hi,

Mile Davidovic wrote:
> Hello,
> The timer_create has two ways of notification SIGEV_SIGNAL and SIGTHREAD. I did small check and it seems that 
> SIGTHREAD is not supported in uClibC.
> 
> Can You confirm this? 
Yes

And timer_* and thread doesn't work well with uclibc : you can't create 
a timer in one thread and use it in another thread with linuxthreads 
statble/old.

For having correct timer_*, you need NPTL.


Matthieu



More information about the uClibc mailing list