Files
rtems/testsuites/psxtests/psxthreadname01/psxthreadname01.doc
T
Sebastian Huber 7c49927911 posix: Add pthread_getname_np(), ...
Add pthread_getname_np() and pthread_setname_np().

Update #2858.
2017-01-13 08:10:28 +01:00

13 lines
240 B
Plaintext

This file describes the directives and concepts tested by this test set.
test set name: psxthreadname01
directives:
- pthread_setname_np()
- pthread_getname_np()
concepts:
- Ensure that set/get of thread names works as expected.