diff options
author | Christian Cunningham <cc@localhost> | 2022-08-26 23:27:46 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-08-26 23:27:46 -0700 |
commit | 41a7818b552aef9e6e0bf788089f6ae16ae1e421 (patch) | |
tree | 87b4010b7f24a75d497450b3d98fc4f8f667e404 /usr | |
parent | 8b36a39774789cee66d84db9f0086af15cacc211 (diff) |
Mutex wait queuesno-search
Diffstat (limited to 'usr')
-rw-r--r-- | usr/test.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |