glibc/sysdeps/pthread
Samuel Thibault 74159dc58a pthread: Move most mutex tests from nptl to sysdeps/pthread
So they can be checked with htl too.

XFAIL tst-mutex4, for which support is still missing in htl.
2020-02-09 17:17:06 +00:00
..
bits
aio_cancel.c
aio_error.c
aio_fsync.c
aio_misc.c
aio_misc.h
aio_notify.c
aio_read64.c
aio_read.c
aio_suspend.c
aio_write64.c
aio_write.c
allocalim.h
call_once.c
cnd_broadcast.c
cnd_destroy.c
cnd_init.c
cnd_signal.c
cnd_timedwait.c
cnd_wait.c
flockfile.c
ftrylockfile.c
funlockfile.c
lio_listio64.c
lio_listio.c
Makeconfig
Makefile pthread: Move most mutex tests from nptl to sysdeps/pthread 2020-02-09 17:17:06 +00:00
mtx_destroy.c
mtx_init.c
mtx_lock.c
mtx_timedlock.c
mtx_trylock.c
mtx_unlock.c
posix-timer.h
semaphore.h
thrd_create.c
thrd_detach.c
thrd_equal.c
thrd_exit.c
thrd_join.c
thrd_priv.h
thrd_sleep.c
threads.h
timer_create.c
timer_delete.c
timer_getoverr.c
timer_gettime.c
timer_routines.c
timer_settime.c
tss_create.c
tss_delete.c
tss_get.c
tss_set.c
tst-basic1.c
tst-basic2.c
tst-basic3.c
tst-basic4.c
tst-basic5.c
tst-basic6.c
tst-basic7.c
tst-call-once.c
tst-cnd-basic.c
tst-cnd-broadcast.c
tst-cnd-timedwait.c
tst-mtx-basic.c
tst-mtx-recursive.c
tst-mtx-timedlock.c
tst-mtx-trylock.c
tst-mutex1.c pthread: Move most mutex tests from nptl to sysdeps/pthread 2020-02-09 17:17:06 +00:00
tst-mutex2.c pthread: Move most mutex tests from nptl to sysdeps/pthread 2020-02-09 17:17:06 +00:00
tst-mutex3.c pthread: Move most mutex tests from nptl to sysdeps/pthread 2020-02-09 17:17:06 +00:00
tst-mutex4.c pthread: Move most mutex tests from nptl to sysdeps/pthread 2020-02-09 17:17:06 +00:00
tst-mutex6.c pthread: Move most mutex tests from nptl to sysdeps/pthread 2020-02-09 17:17:06 +00:00
tst-mutex8.c pthread: Move most mutex tests from nptl to sysdeps/pthread 2020-02-09 17:17:06 +00:00
tst-mutex10.c pthread: Move most mutex tests from nptl to sysdeps/pthread 2020-02-09 17:17:06 +00:00
tst-spin1.c pthread: Move spin tests from nptl to sysdeps/pthread 2020-02-09 17:00:44 +00:00
tst-spin2.c pthread: Move spin tests from nptl to sysdeps/pthread 2020-02-09 17:00:44 +00:00
tst-spin3.c pthread: Move spin tests from nptl to sysdeps/pthread 2020-02-09 17:00:44 +00:00
tst-spin4.c pthread: Move spin tests from nptl to sysdeps/pthread 2020-02-09 17:00:44 +00:00
tst-thrd-detach.c
tst-thrd-sleep.c
tst-timer.c
tst-tss-basic.c
Versions