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_join

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


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

PostPosted: Wed Dec 08, 2004 11:54 am    Post subject: pthread_join 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. pthread_join() returns only when the joined thread has terminated.
  2. The thread return value is accessible if the value_ptr parameter is not null.
  3. If the thread calling pthread_join is canceled, the joined thread remains joinable.
  4. ESRCH is returned when no thread correspond to the given thread ID.
  5. The function does 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: Thu Dec 09, 2004 4:06 pm    Post subject: Conformance Status Reply with quote

Conformance Status


  • Assertion 1 is partially tested in the OPTS. A new testcase will be written to test the non-default attributes in thread creation.
  • Assertion 2 is already well tested in the pthread_exit test routines, and therefore does not need more testing here. See this thread for details.
  • Assertion 3 is not yet tested in OPTS. A new testcase will be written here.
  • Assertion 4 is already tested in OPTS and does not need more testing.
  • Assertion 5 is not tested yet. A new testcase will be written.

Note: The 6-1.c test in OPTS becomes speculative as the tested feature has become optional since POSIX Issue 6 Technical Corrigendum 2.

_________________
Sebastien Decugis.


Last edited by tHeDoc on Tue Jan 18, 2005 11:40 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 Dec 13, 2004 4:43 pm    Post subject: Scalability and Stress status Reply with quote

Scalability and Stress status

These issues are covered in pthread_create() tests and no additional tests will be written.

_________________
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: Tue Jan 18, 2005 3:15 pm    Post subject: Conformance Tests Reply with quote

Conformance Tests

New conformance tests for this function have been written and submitted to the Open POSIX Test Suite. Find source code there:

_________________
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 - Threads 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