| commit | b42e362fa8ac092366b8368ecac16e4fb3ef8824 | [log] [tgz] |
|---|---|---|
| author | Yong Cong Sin <ycsin@meta.com> | Thu Jan 04 11:21:33 2024 +0800 |
| committer | Chris Friedt <chrisfriedt@gmail.com> | Thu Jan 11 07:49:26 2024 -0500 |
| tree | 3c5c73cdf7bf48a9fb2e2144254729b0914e868c | |
| parent | 73da1e80f4c7ca102f17bb2cab9e444a1e8a1303 [diff] |
tests: posix: pthread: add test for `sigprocmask()` Refactor the existing `pthread_sigmask` test function to get its function-under-test via arg and test `sigprocmask` with that. Signed-off-by: Yong Cong Sin <ycsin@meta.com>