This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Re: how to implement EDF scheduling in eCos


Hi Nodir,

> My approach is adding two more additional fields to thread's
> properties. Those are:
> cyg_tick_count_t wcet /*worst case execution time*/
> cyg_tick_count_t deadline /* absolute deadline thread to be finished */

is that deadline provided by the application or is it computed by the
scheduler. In the first case a relative deadline might be easier to
handle, the scheduler than needs to map that relative deadline to an
absolute one.

Ciao, Fabian

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]