summaryrefslogtreecommitdiffstats
path: root/tests/threads/tests.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2012-05-11 15:10:44 +0200
committermanuel <manuel@mausz.at>2012-05-11 15:10:44 +0200
commitac1525683728d7b3ab644e729e6658d435914d85 (patch)
treeabc1feac44b687e376d98233dc00a8cd295c32c7 /tests/threads/tests.h
parent29adc36b906ae3be5afc577450136e11c12bc0a0 (diff)
downloadprogos-ac1525683728d7b3ab644e729e6658d435914d85.tar.gz
progos-ac1525683728d7b3ab644e729e6658d435914d85.tar.bz2
progos-ac1525683728d7b3ab644e729e6658d435914d85.zip
add new test for priority donation with conditions
Diffstat (limited to 'tests/threads/tests.h')
-rw-r--r--tests/threads/tests.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/threads/tests.h b/tests/threads/tests.h
index cd9d489..cc51fc9 100644
--- a/tests/threads/tests.h
+++ b/tests/threads/tests.h
@@ -19,6 +19,7 @@ extern test_func test_priority_donate_sema;
19extern test_func test_priority_donate_nest; 19extern test_func test_priority_donate_nest;
20extern test_func test_priority_donate_lower; 20extern test_func test_priority_donate_lower;
21extern test_func test_priority_donate_chain; 21extern test_func test_priority_donate_chain;
22extern test_func test_priority_donate_condvar;
22extern test_func test_priority_fifo; 23extern test_func test_priority_fifo;
23extern test_func test_priority_preempt; 24extern test_func test_priority_preempt;
24extern test_func test_priority_sema; 25extern test_func test_priority_sema;