- File:
-
- 1 edited
-
tests/concurrent/channels/churn.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrent/channels/churn.cfa
r9319a23 r3d08cea 3 3 #include <stdio.h> 4 4 #include <string.h> 5 #include "channel.hfa"5 #include <channel.hfa> 6 6 #include <thread.hfa> 7 7 #include <time.hfa> 8 #include <stats.hfa> 8 9 9 size_t Processors = 1, Channels = 4, Producers = 2, Consumers = 2, ChannelSize = 128; 10 10
Note:
See TracChangeset
for help on using the changeset viewer.