Changeset 3e417bf
- Timestamp:
- Nov 19, 2021, 11:59:45 AM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- c60e5094
- Parents:
- 644162a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/io/http/worker.cfa
r644162a r3e417bf 18 18 void ?{}( Worker & this ) { 19 19 size_t cli = rand() % options.clopts.cltr_cnt; 20 ((thread&)this){ "Server Worker Thread", *options.clopts.instance[cli], 512000 };20 ((thread&)this){ "Server Worker Thread", *options.clopts.instance[cli], 64000 }; 21 21 options.clopts.thrd_cnt[cli]++; 22 22 this.pipe[0] = -1;
Note: See TracChangeset
for help on using the changeset viewer.