- Timestamp:
- Aug 22, 2025, 7:41:32 AM (5 weeks ago)
- Branches:
- master
- Children:
- 73475a5
- Parents:
- 31be464
- Location:
- benchmark/io/http
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/io/http/channel.hfa
r31be464 rdb09685 12 12 int size; 13 13 mutex_lock lock; 14 cond ition_variableprods;15 cond ition_variablecons;14 cond_lock prods; 15 cond_lock cons; 16 16 }; 17 17 -
benchmark/io/http/printer.hfa
r31be464 rdb09685 50 50 acceptor_stats_t accpt; 51 51 } stats; 52 cond ition_variable(fast_block_lock) var;52 cond_lock(fast_block_lock) var; 53 53 ServerCluster * cl; 54 54 };
Note:
See TracChangeset
for help on using the changeset viewer.