commit | c2721805f0afe3c84307c7d3746553b4f9230090 | [log] [tgz] |
---|---|---|
author | Christopher Friedt <cfriedt@meta.com> | Sat Dec 02 12:26:13 2023 -0500 |
committer | Chris Friedt <chrisfriedt@gmail.com> | Mon Dec 04 20:49:35 2023 -0500 |
tree | 7aa715c4b6802fd20b12caac1578ef738aeb1c3d | |
parent | 73930c25f2f1d017cedbe822ee6f472898d44fcb [diff] |
posix: pthread: implement pthread_sigmask() pthread_sigmask() is required by the POSIX_THREADS_BASE Option Group as detailed in Section E.1 of IEEE-1003.1-2017. The POSIX_THREADS_BASE Option Group is required for PSE51, PSE52, PSE53, and PSE54 conformance, and is otherwise mandatory for any POSIX conforming system as per Section A.2.1.3 of IEEE-1003-1.2017. Currently, setting a pthread signal mask has no effect. Signed-off-by: Christopher Friedt <cfriedt@meta.com>