aboutsummaryrefslogtreecommitdiff
path: root/tests/test-thread-state.c
Commit message (Collapse)AuthorAgeFilesLines
* Add a test for thread stateSergey Bugaev2024-04-161-0/+215
This tests generating and handling exceptions, thread_get_state(), thread_set_state(), and newly added thread_set_self_state(). It does many of the same things that glibc does when handling a signal. Message-ID: <20240416071013.85596-1-bugaevc@gmail.com>