History log of /openbsd/regress/lib/libpthread/dlopen/dlopen.c (Results 1 – 2 of 2)
Revision Date Author Comments
# 41a8fc2a 07-Sep-2017 guenther <guenther@openbsd.org>

Try both libpthread and RTLD_DEFAULT when looking up functions
so the test can find everything after the libpthread->libc move


# 42d9ae1f 10-May-2016 guenther <guenther@openbsd.org>

Test that various calls can be interrupted in a non-threaded process,
then dlopen() libpthread and do that again in a second thread,
and then verify that they're all correctly acting as cancellation

Test that various calls can be interrupted in a non-threaded process,
then dlopen() libpthread and do that again in a second thread,
and then verify that they're all correctly acting as cancellation points.

show more ...