diff options
| author | Sergey Kolosov <skolosov@redhat.com> | 2024-11-06 15:24:06 +0100 |
|---|---|---|
| committer | Florian Weimer <fweimer@redhat.com> | 2024-11-29 15:55:20 +0100 |
| commit | bde47662b74b883149c3001e2c052dea5d3cd92f (patch) | |
| tree | f763e8538ef72f256cd38fdc9143b9b2970f13fb /sysdeps/pthread/Makefile | |
| parent | e2436d6f5aa47ce8da80c2ba0f59dfb9ffde08f3 (diff) | |
| download | glibc-bde47662b74b883149c3001e2c052dea5d3cd92f.tar.xz glibc-bde47662b74b883149c3001e2c052dea5d3cd92f.zip | |
nptl: Add new test for pthread_spin_trylock
Add a threaded test for pthread_spin_trylock attempting to lock already
acquired spin lock and checking for correct return code.
Reviewed-by: Florian Weimer <fweimer@redhat.com>
Diffstat (limited to 'sysdeps/pthread/Makefile')
| -rw-r--r-- | sysdeps/pthread/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/pthread/Makefile b/sysdeps/pthread/Makefile index 1a9f2559d9..2fee4a34e7 100644 --- a/sysdeps/pthread/Makefile +++ b/sysdeps/pthread/Makefile @@ -268,6 +268,7 @@ tests += \ tst-spin2 \ tst-spin3 \ tst-spin4 \ + tst-spin5 \ tst-stack1 \ tst-stdio1 \ tst-stdio2 \ |
