mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-06 15:43:15 +00:00
2009-05-21 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1413/cpukit * rtems/src/timerserver.c: Fix bug where server based timers which reinitiated themselves did not get reinserted onto timer chain.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2009-05-21 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
PR 1413/cpukit
|
||||||
|
* rtems/src/timerserver.c: Fix bug where server based timers which
|
||||||
|
reinitiated themselves did not get reinserted onto timer chain.
|
||||||
|
|
||||||
2009-05-20 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2009-05-20 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* librpc/src/xdr/xdr_float.c: Change detection logic for h8300.
|
* librpc/src/xdr/xdr_float.c: Change detection logic for h8300.
|
||||||
|
|||||||
@@ -316,7 +316,13 @@ rtems_task _Timer_Server_body(
|
|||||||
|
|
||||||
(*watch->routine)( watch->id, watch->user_data );
|
(*watch->routine)( watch->id, watch->user_data );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Insert the timers that have been requested to be inserted.
|
||||||
|
*/
|
||||||
|
_Timer_Server_process_insertions();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user