View Issue Details

IDProjectCategoryView StatusLast Update
00007491003.1(2013)/Issue7+TC1System Interfacespublic2019-06-10 08:55
Reportergeoffclare Assigned To 
PrioritynormalSeverityObjectionTypeError
Status ClosedResolutionAccepted 
NameGeoff Clare
OrganizationThe Open Group
User Reference
Sectionpthread_cond_timedwait
Page Number1601
Line Number51923
Interp Status---
Final Accepted Text
Summary0000749: pthread_cond_[timed]wait() immediate errors
DescriptionThe RETURN VALUE section on the pthread_cond_timedwait() page says:

    Except in the case of [ETIMEDOUT], all these error checks shall
    act as if they were performed immediately at the beginning of
    processing for the function [...]

The new [ENOTRECOVERABLE] and [EOWNERDEAD] errors should also be
in the exception list, since they occur when the call tries to
relock the mutex before returning.
Desired ActionChange:

    Except in the case of [ETIMEDOUT],

to:

    Except for [ETIMEDOUT], [ENOTRECOVERABLE], and [EOWNERDEAD],
Tagstc2-2008

Relationships

has duplicate 0000927 Closed Conflicting requirements on pthread_cond_timedwait error reporting 

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2013-09-16 10:52 geoffclare New Issue
2013-09-16 10:52 geoffclare Name => Geoff Clare
2013-09-16 10:52 geoffclare Organization => The Open Group
2013-09-16 10:52 geoffclare Section => pthread_cond_timedwait
2013-09-16 10:52 geoffclare Page Number => 1601
2013-09-16 10:52 geoffclare Line Number => 51923
2013-09-16 10:52 geoffclare Interp Status => ---
2013-10-03 16:03 Don Cragun Status New => Resolved
2013-10-03 16:03 Don Cragun Resolution Open => Accepted
2013-10-03 16:03 Don Cragun Desired Action Updated
2013-10-03 16:03 Don Cragun Tag Attached: tc2-2008
2015-02-24 09:24 geoffclare Relationship added has duplicate 0000927
2019-06-10 08:55 agadmin Status Resolved => Closed