Changeset 2ed94a9 for tests/concurrent
- Timestamp:
- Feb 8, 2023, 2:27:55 PM (3 years ago)
- Branches:
- ADT, master
- Children:
- b110bcc
- Parents:
- 997185e (diff), ccb29b4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- tests/concurrent
- Files:
-
- 12 added
- 1 edited
-
actors/.expect/dynamic.txt (added)
-
actors/.expect/executor.txt (added)
-
actors/.expect/matrix.txt (added)
-
actors/.expect/pingpong.txt (added)
-
actors/.expect/static.txt (added)
-
actors/.expect/types.txt (added)
-
actors/dynamic.cfa (added)
-
actors/executor.cfa (added)
-
actors/matrix.cfa (added)
-
actors/pingpong.cfa (added)
-
actors/static.cfa (added)
-
actors/types.cfa (added)
-
channels/parallel_harness.hfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrent/channels/parallel_harness.hfa
r997185e r2ed94a9 2 2 #include <fstream.hfa> 3 3 #include <stdio.h> 4 #include <string.h>5 4 #include <channel.hfa> 6 5 #include <thread.hfa> 7 6 #include <time.hfa> 8 #include <stats.hfa>9 7 10 8 // user defines this … … 130 128 } 131 129 132 sleep(1 `s);130 sleep(10`s); 133 131 prod_done = true; 134 132
Note:
See TracChangeset
for help on using the changeset viewer.