summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxsignal08 (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-24Correct initial POSIX signals maskJoel Sherrill4-0/+237
+ Modify POSIX thread create extension to ensure expected initial signal mask is provided to system threads, initial tasks and threads, and inheritied by tasks and threads. + Adds psxsignal07 to verify functionality when using a POSIX Initialization thread and POSIX threads. + Adds psxsignal08 to verify functionality when using a Classic API Initialization task and Classic API tasks. Closes #3794.