Changes in src/tests/sched-int-wait.c [43123e0:e1c1829]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/sched-int-wait.c
r43123e0 re1c1829 5 5 #include <thread> 6 6 7 static const int N = 10_000; 7 #ifndef N 8 #define N 10_000 9 #endif 8 10 9 11 monitor global_t {};
Note: See TracChangeset
for help on using the changeset viewer.