Changes in src/benchmark/CorCtxSwitch.c [b510ac2:17af7d1]
- File:
-
- 1 edited
-
src/benchmark/CorCtxSwitch.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/benchmark/CorCtxSwitch.c
rb510ac2 r17af7d1 23 23 } // Time 24 24 25 coroutine GreatSuspender {}; 25 struct GreatSuspender { 26 coroutine_desc __cor; 27 }; 28 29 DECL_COROUTINE(GreatSuspender); 26 30 27 31 void ?{}( GreatSuspender * this ) {
Note:
See TracChangeset
for help on using the changeset viewer.