This is the mail archive of the ecos-discuss@sources.redhat.com 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: Ecos API for thread and Q status??


There is not kernel API that allows you to do so.
However if you are looking for such information for debuggin purpose only,
you can look into PACKAGES/kernel/sched.  That has the implementation of
the scheduler. You should be able to get some information by printing out
such info as all the functionality available in the C++ code of eCos is
not exposed with C API.

Ajay Dudani


> Hi all..
> Is there any API in Ecos by which we can know the thread and Q status..?
>
> rgds
> sai




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


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