summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxsignal08 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Correct initial POSIX signals maskJoel Sherrill2019-09-244-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.