[Bug 1628] New: pthread_cond_wait is not interrupted by a POSIX signal
bugzilla-daemon at rtems.org
bugzilla-daemon at rtems.org
Mon Jul 26 07:12:09 UTC 2010
https://www.rtems.org/bugzilla/show_bug.cgi?id=1628
Summary: pthread_cond_wait is not interrupted by a POSIX signal
Product: RTEMS
Version: HEAD
Platform: All
OS/Version: RTEMS
Status: NEW
Severity: normal
Priority: P3
Component: cpukit
AssignedTo: joel.sherrill at oarcorp.com
ReportedBy: vinutheraj at gmail.com
Created an attachment (id=910)
--> (https://www.rtems.org/bugzilla/attachment.cgi?id=910)
patch which allows pthread_cond_wait to be interrupted by a POSIX signal
According to the POSIX standard
(http://opengroup.org/onlinepubs/007908799/xsh/pthread_cond_wait.html),
pthread_cond_wait can be interrupted by POSIX signals. This is not the case
with the RTEMS implementation.
I have attached a patch which adds this functionality to RTEMS.
--
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the bugs
mailing list