Changes in src/benchmark/CorCtxSwitch.c [29f44a74:de90452]
- File:
-
- 1 edited
-
src/benchmark/CorCtxSwitch.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/benchmark/CorCtxSwitch.c
r29f44a74 rde90452 1 1 #include <fstream> 2 2 #include <stdlib> 3 #include <thread >3 #include <threads> 4 4 5 5 #include <unistd.h> // sysconf … … 24 24 25 25 struct GreatSuspender { 26 coroutine _descc;26 coroutine c; 27 27 }; 28 28
Note:
See TracChangeset
for help on using the changeset viewer.