Changes in benchmark/io/http/main.cfa [e235429:56c44dc]
- File:
-
- 1 edited
-
benchmark/io/http/main.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/io/http/main.cfa
re235429 r56c44dc 125 125 workers[i].flags = 0; 126 126 } 127 unpark( workers[i] );127 unpark( workers[i] __cfaabi_dbg_ctx2 ); 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.