Changeset 7fec3b7a in rtems


Ignore:
Timestamp:
11/16/99 16:01:32 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
165fe39
Parents:
2c0e896e
Message:

Added call to _Watchdog_Remove to remove the sporadic timer. It was
being reinserted onto the ticks chain.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/posix/src/pthreadsetschedparam.c

    r2c0e896e r7fec3b7a  
    116116        case SCHED_SPORADIC:
    117117          api->ss_high_priority = api->schedparam.sched_priority;
     118          _Watchdog_Remove( &api->Sporadic_timer );
    118119          _POSIX_Threads_Sporadic_budget_TSR( 0, the_thread );
    119120          break;
  • cpukit/posix/src/pthreadsetschedparam.c

    r2c0e896e r7fec3b7a  
    116116        case SCHED_SPORADIC:
    117117          api->ss_high_priority = api->schedparam.sched_priority;
     118          _Watchdog_Remove( &api->Sporadic_timer );
    118119          _POSIX_Threads_Sporadic_budget_TSR( 0, the_thread );
    119120          break;
Note: See TracChangeset for help on using the changeset viewer.