View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000749 | 1003.1(2013)/Issue7+TC1 | System Interfaces | public | 2013-09-16 10:52 | 2019-06-10 08:55 |
Reporter | geoffclare | Assigned To | |||
Priority | normal | Severity | Objection | Type | Error |
Status | Closed | Resolution | Accepted | ||
Name | Geoff Clare | ||||
Organization | The Open Group | ||||
User Reference | |||||
Section | pthread_cond_timedwait | ||||
Page Number | 1601 | ||||
Line Number | 51923 | ||||
Interp Status | --- | ||||
Final Accepted Text | |||||
Summary | 0000749: pthread_cond_[timed]wait() immediate errors | ||||
Description | The 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 Action | Change: Except in the case of [ETIMEDOUT], to: Except for [ETIMEDOUT], [ENOTRECOVERABLE], and [EOWNERDEAD], | ||||
Tags | tc2-2008 |
has duplicate | 0000927 | Closed | Conflicting requirements on pthread_cond_timedwait error reporting |
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 |