summaryrefslogtreecommitdiff
path: root/nuttx/examples/ostest/ostest.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-24 22:32:53 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-24 22:32:53 +0000
commit40220c909fa3d16296ef0d6cdd12cf209c16674e (patch)
tree8f0c2f2c40e13f4478d67740d015bf3f28ccf7f0 /nuttx/examples/ostest/ostest.h
parent66ed96432d7d27f4bb321166538a1b71c277d154 (diff)
downloadnuttx-40220c909fa3d16296ef0d6cdd12cf209c16674e.tar.gz
nuttx-40220c909fa3d16296ef0d6cdd12cf209c16674e.tar.bz2
nuttx-40220c909fa3d16296ef0d6cdd12cf209c16674e.zip
Add test of pthread barrier logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@144 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/ostest/ostest.h')
-rw-r--r--nuttx/examples/ostest/ostest.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/examples/ostest/ostest.h b/nuttx/examples/ostest/ostest.h
index 710c6f965..b76297ebe 100644
--- a/nuttx/examples/ostest/ostest.h
+++ b/nuttx/examples/ostest/ostest.h
@@ -100,4 +100,8 @@ extern void timer_test(void);
extern void rr_test(void);
+/* barrier.c ************************************************/
+
+extern void barrier_test(void);
+
#endif /* __OSTEST_H */