- File:
-
- 1 edited
-
benchmark/ctxswitch/cfa_thrd2.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/ctxswitch/cfa_thrd2.cfa
rffe2fad r5e49e47 8 8 thread Fibre {}; 9 9 10 void main( __attribute__((unused))Fibre & this) {10 void main(Fibre & this) { 11 11 while(!done) { 12 12 yield();
Note:
See TracChangeset
for help on using the changeset viewer.