Changeset 9fe39530
- Timestamp:
- Sep 27, 2017, 4:06:41 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- e4ea10b7
- Parents:
- e2b17a4
- Location:
- src/tests
- Files:
-
- 4 added
- 4 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
src/tests/sched-ext-barge.c
re2b17a4 r9fe39530 1 //--------------------------------------------------------- 2 // Barging test 3 // Ensures that no barging can occur between : 4 // - the frontend of the waitfor and the waited call 5 // - the waited call and the backend of the waitfor 6 //--------------------------------------------------------- 7 1 8 #include <fstream> 2 9 #include <kernel> -
src/tests/sched-int-barge.c
re2b17a4 r9fe39530 1 #include <fstream>2 #include <kernel>3 #include <monitor>4 #include <stdlib>5 #include <thread>6 7 1 //---------------------------------------------------------------------------------------- 8 2 //---------------------------------------------------------------------------------------- … … 12 6 //---------------------------------------------------------------------------------------- 13 7 //---------------------------------------------------------------------------------------- 8 9 #include <fstream> 10 #include <kernel> 11 #include <monitor> 12 #include <stdlib> 13 #include <thread> 14 14 15 15 static const unsigned long N = 50_000ul; -
src/tests/sched-int-block.c
re2b17a4 r9fe39530 1 //--------------------------------------------------------- 2 // Barging test 3 // Ensures that no barging can occur between : 4 // - the frontend of the signal_block and the signaled thread 5 // - the signaled threadand the backend of the signal_block 6 //--------------------------------------------------------- 7 8 1 9 #include <fstream> 2 10 #include <kernel> -
src/tests/sched-int-wait.c
re2b17a4 r9fe39530 1 //--------------------------------------------------------- 2 // Multi wait test 3 // Ensures that no deadlock from waiting/signalling conditions 4 //--------------------------------------------------------- 5 6 1 7 #include <fstream> 2 8 #include <kernel>
Note: See TracChangeset
for help on using the changeset viewer.