source: rtems/testsuites/psxtests/psxgetattrnp01/psxgetattrnp01.scn @ 4f9ed26

5
Last change on this file since 4f9ed26 was 4f9ed26, checked in by Sebastian Huber <sebastian.huber@…>, on 10/10/17 at 05:13:37

posix: Constify default thread processor affinity

Set default thread processor affinity to all processors of the
pre-allocated set. This allows to constify the
_POSIX_Threads_Default_attributes.

Update #2514.

  • Property mode set to 100644
File size: 1010 bytes
Line 
1*** BEGIN OF TEST PSXGETATTRNP 1 ***
2Init - pthread_getattr_np - attr NULL - EINVAL
3Init - pthread_getattr_np - invalid id - ESRCH
4Init - pthread_attr_init
5Init - pthread_attr_setaffinity_np
6Init - pthread_attr_setinheritsched - PTHREAD_EXPLICIT_SCHED
7Init - pthread_attr_setschedpolicy to SCHED_RR
8Init - pthread_attr_setschedparam to minimum priority + 2
9Init - pthread_attr_getstack
10Init - pthread_attr_setstack double the stacksize
11Init - pthread_attr_getguardsize
12Init - pthread_attr_setguardsize double the guardsize
13Init - raise priority to max
14Init - pthread_create
15Init - Lower priority
16Thread - pthread_getattr_np - Verify value
17Thread - pthread_setschedparam: Setting highest priority SCHED_FIFO
18Thread - Detach
19Thread - pthread_getattr_np
20Thread - Verify get stack
21Thread - Verify contention scope
22Thread - Verify explicit scheduler
23Thread - Verify SCHED_FIFO policy
24Thread - Verify max priority
25Thread - Verify detached
26Thread - Verify affinity
27Thread - Destroy
28*** END OF TEST PSXGETATTRNP 1 ***
Note: See TracBrowser for help on using the repository browser.