summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmmutex01
diff options
context:
space:
mode:
authorRalf Corsépius <ralf.corsepius@rtems.org>2012-03-02 14:51:10 +0100
committerRalf Corsépius <ralf.corsepius@rtems.org>2012-03-02 14:51:10 +0100
commite6a675e6f95b0c527a666ba75b6c44cf5a9f5f2d (patch)
treed1c05990735c7420889d1b1f041e1a97fbf1809b /testsuites/psxtmtests/psxtmmutex01
parent2012-03-02 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e6a675e6f95b0c527a666ba75b6c44cf5a9f5f2d.tar.bz2
2011-03-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxtmmq01/init.c: Make benchmark_mq_open, benchmark_mq_open_second, benchmark_mq_close, benchmark_mq_close_second, benchmark_mq_unlink, benchmark_mq_notify, benchmark_mq_send, benchmark_mq_receive, benchmark_mq_timedsend, benchmark_mq_timedreceive static. * psxtmmutex01/init.c: Make test_mutex_create, test_mutex_destroy static. * psxtmsem02/init.c: benchmark_sem_getvalue, benchmark_sem_wait, benchmark_sem_post, benchmark_sem_trywait_available, benchmark_sem_trywait_not_available static.
Diffstat (limited to 'testsuites/psxtmtests/psxtmmutex01')
-rw-r--r--testsuites/psxtmtests/psxtmmutex01/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtmtests/psxtmmutex01/init.c b/testsuites/psxtmtests/psxtmmutex01/init.c
index 5c8baf039e..efec788633 100644
--- a/testsuites/psxtmtests/psxtmmutex01/init.c
+++ b/testsuites/psxtmtests/psxtmmutex01/init.c
@@ -21,7 +21,7 @@
pthread_mutex_t MutexId;
-void test_mutex_create(void)
+static void test_mutex_create(void)
{
benchmark_timer_t end_time;
int status;
@@ -40,7 +40,7 @@ void test_mutex_create(void)
);
}
-void test_mutex_destroy(void)
+static void test_mutex_destroy(void)
{
benchmark_timer_t end_time;
int status;