Changeset 73b5d8bf in rtems


Ignore:
Timestamp:
09/12/14 14:04:01 (9 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
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)
Message:

sptests/spintrcritical10: Avoid undefined memory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • testsuites/sptests/spintrcritical10/init.c

    r74493f05 r73b5d8bf  
    116116
    117117  ctx->hit = false;
     118  ctx->thread->Wait.count = 0;
    118119
    119120  sc = rtems_timer_fire_after(ctx->timer, 1, any_satisfy_before_timeout, ctx);
     
    208209
    209210  ctx->hit = false;
     211  ctx->thread->Wait.count = 0;
    210212
    211213  sc = rtems_timer_fire_after(ctx->timer, 1, all_satisfy_before_timeout, ctx);
     
    297299
    298300  ctx->hit = false;
     301  ctx->thread->Wait.count = 0;
    299302
    300303  sc = rtems_timer_fire_after(ctx->timer, 1, timeout_before_satisfied, ctx);
Note: See TracChangeset for help on using the changeset viewer.