summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/threads/priority-donate-condvar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/threads/priority-donate-condvar.c b/tests/threads/priority-donate-condvar.c
index 321a58a..21c302b 100644
--- a/tests/threads/priority-donate-condvar.c
+++ b/tests/threads/priority-donate-condvar.c
@@ -1,5 +1,5 @@
1/* Basically that's the same test as priority-donate-sema but using 1/* This is the same test as priority-donate-sema but using conditions
2 conditions instead of semaphores. 2 instead of semaphores.
3 3
4 Low priority thread L acquires a lock, then blocks waiting for 4 Low priority thread L acquires a lock, then blocks waiting for
5 the condition. Medium priority thread M then blocks waiting for 5 the condition. Medium priority thread M then blocks waiting for