Changeset 1cdfa82 for src/tests/concurrent/signal/wait.c
- Timestamp:
- Apr 25, 2018, 4:55:53 PM (8 years ago)
- Branches:
- new-env, with_gc
- Children:
- 42107b4
- Parents:
- 2efe4b8 (diff), 9d5fb67 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
src/tests/concurrent/signal/wait.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/concurrent/signal/wait.c
r2efe4b8 r1cdfa82 10 10 #include <stdlib> 11 11 #include <thread> 12 13 #include <time.h> 12 #include <time> 14 13 15 14 #ifdef LONG_TEST … … 20 19 21 20 #ifndef PREEMPTION_RATE 22 #define PREEMPTION_RATE 10 _000ul21 #define PREEMPTION_RATE 10`ms 23 22 #endif 24 23 25 unsigned intdefault_preemption() {24 Duration default_preemption() { 26 25 return PREEMPTION_RATE; 27 26 }
Note:
See TracChangeset
for help on using the changeset viewer.