From 3c2b9dc41cd05da055fae6f793a355063156bdf3 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 29 Nov 2024 20:25:04 +0000 Subject: Add threaded test of sem_trywait All the existing glibc tests of sem_trywait are single-threaded. Add one that calls sem_trywait and sem_post in separate threads. Tested for x86_64. --- sysdeps/pthread/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/pthread/Makefile') diff --git a/sysdeps/pthread/Makefile b/sysdeps/pthread/Makefile index 2fee4a34e7..f2c2053e16 100644 --- a/sysdeps/pthread/Makefile +++ b/sysdeps/pthread/Makefile @@ -257,6 +257,7 @@ tests += \ tst-sem15 \ tst-sem16 \ tst-sem18 \ + tst-sem19 \ tst-setuid3 \ tst-signal1 \ tst-signal2 \ -- cgit v1.2.3