| View previous topic :: View next topic |
| Author |
Message |
tHeDoc Project Maintener

Joined: 21 Apr 2004 Posts: 237 Location: Echirolles, France
|
Posted: Mon Jan 17, 2005 3:27 pm Post subject: pthread_setschedparam |
|
|
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:
- The function sets the scheduling policy and parameter of the specified thread.
- If the function fails, the policy and parameter of the target thread shall not be modified.
- The function does not return EINTR.
_________________ Sebastien Decugis. |
|
| Back to top |
|
 |
tHeDoc Project Maintener

Joined: 21 Apr 2004 Posts: 237 Location: Echirolles, France
|
Posted: Mon Jan 17, 2005 3:51 pm Post subject: Conformance Status |
|
|
Conformance Status
- Assertion 1 is partially tested in the OPTS. A new testcase will be written to test setting of sched parameter in another thread.
- Assertion 2 is not tested. A new testcase will be written with a wrong priority parameter. Anyway, it is not required that the function returns an error -- so the test might not work.
- Assertion 3 is not tested. A new testcase will be written.
_________________ Sebastien Decugis. |
|
| Back to top |
|
 |
tHeDoc Project Maintener

Joined: 21 Apr 2004 Posts: 237 Location: Echirolles, France
|
Posted: Mon Jan 17, 2005 3:55 pm Post subject: Scalability / Stress status |
|
|
Scalability Status
Stress Status
There is no need for this kind of test for this function. _________________ Sebastien Decugis. |
|
| Back to top |
|
 |
tHeDoc Project Maintener

Joined: 21 Apr 2004 Posts: 237 Location: Echirolles, France
|
Posted: Tue Feb 01, 2005 5:47 pm Post subject: Conformance Tests |
|
|
Conformance Tests
The following testcases have been written:
_________________ Sebastien Decugis. |
|
| Back to top |
|
 |
|