Hi,
Is it a bug in sleep() ?
main thread ---
pthread_cancel(th);
.............
in "th" thread---
{
pthread_setcancelstate(PTHREAD_CANCEL_DISABLE,NULL)
sleep(8); // still interrupted
........
Although i am disabling the cancel signal
But still sleep is getting interrupted ?
_______________________________________________
Bug-sh-utils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-sh-utils
- Re: Is it a bug in sleep() ? kumahit
- Re: Is it a bug in sleep() ? Bob Proulx
