Changes in benchmark/io/http/main.cfa [56c44dc:e235429]
- File:
-
- 1 edited
-
benchmark/io/http/main.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/io/http/main.cfa
r56c44dc re235429 125 125 workers[i].flags = 0; 126 126 } 127 unpark( workers[i] __cfaabi_dbg_ctx2);127 unpark( workers[i] ); 128 128 } 129 129 printf("%d workers started on %d processors\n", options.clopts.nworkers, options.clopts.nprocs);
Note:
See TracChangeset
for help on using the changeset viewer.