forked from Imagelibrary/rtems
27 lines
616 B
Plaintext
27 lines
616 B
Plaintext
# COPYRIGHT (c) 1989-2014.
|
|
# On-Line Applications Research Corporation (OAR).
|
|
#
|
|
# The license and distribution terms for this file may be
|
|
# found in the file LICENSE in this distribution or at
|
|
# http://www.rtems.org/license/LICENSE.
|
|
#
|
|
|
|
directives:
|
|
|
|
This file describes the directives and concepts tested by this test set.
|
|
|
|
test set name: psxpsxaffinity02
|
|
|
|
directives:
|
|
|
|
pthread_getaffinity_np
|
|
pthread_setaffinity_np
|
|
|
|
concepts:
|
|
|
|
+ Verify error conditions and functionality of pthread_getaffinity_np
|
|
|
|
+ Verify error conditions and functionality of pthread_setaffinity_np
|
|
|
|
Note: This does not test scheduling.
|