Changes in / [d61d034:34a1d2e]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrent/channels/parallel_harness.hfa
rd61d034 r34a1d2e 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.