Changes in benchmark/io/http/channel.hfa [db09685:0aec496]
- File:
-
- 1 edited
-
benchmark/io/http/channel.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/io/http/channel.hfa
rdb09685 r0aec496 12 12 int size; 13 13 mutex_lock lock; 14 cond _lockprods;15 cond _lockcons;14 condition_variable prods; 15 condition_variable cons; 16 16 }; 17 17
Note:
See TracChangeset
for help on using the changeset viewer.