Changeset 73b5d8bf in rtems
- Timestamp:
- 09/12/14 14:04:01 (9 years ago)
- Branches:
- 4.11, 5, master
- Children:
- f9eca790
- Parents:
- 74493f05
- git-author:
- Sebastian Huber <sebastian.huber@…> (09/12/14 14:04:01)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (09/12/14 14:06:26)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/sptests/spintrcritical10/init.c
r74493f05 r73b5d8bf 116 116 117 117 ctx->hit = false; 118 ctx->thread->Wait.count = 0; 118 119 119 120 sc = rtems_timer_fire_after(ctx->timer, 1, any_satisfy_before_timeout, ctx); … … 208 209 209 210 ctx->hit = false; 211 ctx->thread->Wait.count = 0; 210 212 211 213 sc = rtems_timer_fire_after(ctx->timer, 1, all_satisfy_before_timeout, ctx); … … 297 299 298 300 ctx->hit = false; 301 ctx->thread->Wait.count = 0; 299 302 300 303 sc = rtems_timer_fire_after(ctx->timer, 1, timeout_before_satisfied, ctx);
Note: See TracChangeset
for help on using the changeset viewer.