From 8e4412f3270de359d18ed76d951bf6d4cabd6bbd Mon Sep 17 00:00:00 2001 From: manuel Date: Sat, 12 May 2012 14:49:36 +0200 Subject: shorter description in priority-donate-condvar --- tests/threads/priority-donate-condvar.c | 4 ++-- 1 file 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 @@ -/* Basically that's the same test as priority-donate-sema but using - conditions instead of semaphores. +/* This is the same test as priority-donate-sema but using conditions + instead of semaphores. Low priority thread L acquires a lock, then blocks waiting for the condition. Medium priority thread M then blocks waiting for -- cgit v1.2.3