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_cleanup_push

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


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

PostPosted: Mon Feb 21, 2005 1:58 pm    Post subject: pthread_cleanup_push 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_cleanup_push pushes a handler on the thread's cancelation cleanup handlers stack.
  2. The handler is executed with argument arg when the thread exits.
  3. The handler is executed with argument arg when a cancelation request is processed.
  4. The handler is executed with argument arg when it is poped with non-zero execute argument.

_________________
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 Feb 21, 2005 2:04 pm    Post subject: Conformance Status Reply with quote

Conformance Status


  • Assertion 1 cannot be tested without knowing the implementation details.
  • Assertion 2 is already tested and does not need more tests.
  • Assertion 3 is already tested and does not need more tests.
  • Assertion 4 is already tested and does not need more tests.

_________________
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 Feb 21, 2005 2:05 pm    Post subject: Scalability Status Reply with quote

Scalability Status

No scalability test is needed for this routine.

_________________
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 Feb 21, 2005 2:05 pm    Post subject: Stress Status Reply with quote

Stress Status

No stress test needed for this routine, either.

_________________
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 - Initialization and cancelation 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