Issue #3162 has been reported by godfrey.

----------------------------------------
Bug #3162: sleep() is not a pthread cancel point?
http://bugs.dragonflybsd.org/issues/3162

* Author: godfrey
* Status: New
* Priority: Normal
* Assignee: 
* Category: 
* Target version: Latest stable
----------------------------------------
OS Version: 5.4
When running sleep(5) in one thread,  it cannot be canceled.
After change to usleep(5000000), it can be canceled.
So, is sleep() a pthread cancel point on DragonFlyBSD?
I didn't found any information in related manpages.
The binary I tested is linked to /usr/lib/libpthread.so.0,
which symlink to thread/libthread_xu.so.
Thanks



-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://bugs.dragonflybsd.org/my/account

Reply via email to