nptl.BullOpenSource.Org Forum Index nptl.BullOpenSource.Org
NPTL Tests & Trace project. Homepage.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

pthread_cond_destroy

 
Post new topic   Reply to topic    nptl.BullOpenSource.Org Forum Index -> Tests - Conditionnal variables related functions
View previous topic :: View next topic  
Author Message
tHeDoc
Project Maintener


Joined: 21 Apr 2004
Posts: 237
Location: Echirolles, France

PostPosted: Mon Aug 16, 2004 10:46 am    Post subject: pthread_cond_destroy Reply with quote

POSIX

POSIX is a registered trademark from the IEEE. The following assertions are derived from copyrighted material. Original text and copyright information can be found at http://www.opengroup.org.

Here is what POSIX requires for this function:

  1. The condition variable passed to the function must become uninitialized (when the function is successful).
  2. It is safe to destroy a condition variable when it is not used (no thread is blocked on it).
  3. On success the function must return 0.
  4. The function must not return EINTR.

_________________
Sebastien Decugis.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
tHeDoc
Project Maintener


Joined: 21 Apr 2004
Posts: 237
Location: Echirolles, France

PostPosted: Mon Aug 16, 2004 10:51 am    Post subject: Conformance Status Reply with quote

Conformance Status


  • Assertion 1 cannot be tested as there is no way to detect an uninitialized conditionnal variable without knowing implementation details.
  • Assertion 2 is not tested yet. A new testcase will be written.
  • Assertion 3 cannot be tested.
  • Assertion 4 is tested in the pthread_cond_init() tests and does not need further testing.

_________________
Sebastien Decugis.


Last edited by tHeDoc on Mon Aug 23, 2004 9:23 am; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail Visit poster's website
tHeDoc
Project Maintener


Joined: 21 Apr 2004
Posts: 237
Location: Echirolles, France

PostPosted: Mon Aug 16, 2004 4:30 pm    Post subject: Stress & Scalability Status Reply with quote

Stress and Scalability Status

Those issues are covered in the pthread_cond_init routine and don't need more testcases.

_________________
Sebastien Decugis.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
tHeDoc
Project Maintener


Joined: 21 Apr 2004
Posts: 237
Location: Echirolles, France

PostPosted: Mon Aug 23, 2004 3:11 pm    Post subject: Conformance Test Reply with quote

Conformance Test

The new sample has been written and is now part of the OPTS:

_________________
Sebastien Decugis.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    nptl.BullOpenSource.Org Forum Index -> Tests - Conditionnal variables related functions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group