aboutsummaryrefslogtreecommitdiff
path: root/usr/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/test.c')
-rw-r--r--usr/test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/test.c b/usr/test.c
index b30fbba..3885113 100644
--- a/usr/test.c
+++ b/usr/test.c
@@ -193,6 +193,7 @@ void test_super(void)
draw_string((8%TEST_PER_LINE)*15, 11+5*(8/TEST_PER_LINE), "Mutex Unlock");
add_thread(test_results,(void*) 8, 0);idx = 0;
+ /*
static unsigned long semp = 0;
for (unsigned long i = 0; i < MAX_ITER; i++) {
semp = 1;
@@ -212,6 +213,7 @@ void test_super(void)
}
draw_string((11%TEST_PER_LINE)*15, 11+5*(11/TEST_PER_LINE), "Semaphore V");
add_thread(test_results,(void*) 11, 0);idx = 0;
+ */
}
void delaytest(void)