Email List: Xaustin-group-lX
[All Lists]

[1003.1(2008)/Issue 7 0000091]: pthread_cond_timedwait timeout

To: austin-group-l@xxxxxxxxxxxxx
Subject: [1003.1(2008)/Issue 7 0000091]: pthread_cond_timedwait timeout
From: Austin Group Bug Tracker <noreply@xxxxxxxxxxxxx>
Date: Wed, 1 Jul 2009 17:57:20 +0000
Keywords: [1003.1(2008)/Issue 7] System Interfaces
The following issue has been UPDATED. 
====================================================================== 
http://austingroupbugs.net/view.php?id=91 
====================================================================== 
Reported By:                geoffclare
Assigned To:                ajosey
====================================================================== 
Project:                    1003.1(2008)/Issue 7
Issue ID:                   91
Category:                   System Interfaces
Type:                       Clarification Requested
Severity:                   Editorial
Priority:                   normal
Status:                     Resolved
Name:                       Geoff Clare 
Organization:               The Open Group 
User Reference:              
Section:                    pthread_cond_timedwait 
Page Number:                1587 
Line Number:                51027-51034 
Final Accepted Text:         
Resolution:                 Accepted
Fixed in Version:           
====================================================================== 
Date Submitted:             2009-06-29 19:57 UTC
Last Modified:              2009-07-01 17:57 UTC
====================================================================== 
Summary:                    pthread_cond_timedwait timeout
Description: 
 _____________________________________________________________________________
 EDITORIAL                                        Enhancement Request
Number 21
 gwc:xxxxxxxxxxxxx             Defect in XSH pthread_cond_timedwait (rdvk#
 2)
 [gwc pctw timeout]                             Fri, 9 Jan 2009 15:47:43
+0000

_____________________________________________________________________________

In the description of pthread_cond_timedwait(), a statement about the
 clock attribute and a paragraph break have been inserted between two
 closely related sentences.  The text should be rearranged in order
 to reunite the related sentences.
Desired Action: 
 In the two paragraphs:

     The pthread_cond_timedwait() function shall be equivalent to
     pthread_cond_wait(), except that an error is returned if the
     absolute time specified by abstime passes (that is, system time
     equals or exceeds abstime) before the condition cond is signaled
     or broadcasted, or if the absolute time specified by abstime has
     already been passed at the time of the call.

     The condition variable shall have a clock attribute which
     specifies the clock that shall be used to measure the time
     specified by the abstime argument. When such timeouts occur,
     pthread_cond_timedwait() shall nonetheless release and re-acquire
     the mutex referenced by mutex.  The pthread_cond_timedwait()
     function is also a cancellation point.

 move the sentence beginning "When such timeouts occur" to the end
 of the first of the paragraphs.
======================================================================

<Prev in Thread] Current Thread [Next in Thread>