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