summaryrefslogtreecommitdiffstats
path: root/regress/lib/libpthread/dlopen (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Try both libpthread and RTLD_DEFAULT when looking up functionsguenther2017-09-071-2/+3
| | | | so the test can find everything after the libpthread->libc move
* Test that various calls can be interrupted in a non-threaded process,guenther2016-05-102-0/+703
then dlopen() libpthread and do that again in a second thread, and then verify that they're all correctly acting as cancellation points.