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]

Re: SIGEV_THREAD implementation


Phil Dempster wrote:
> 
> Hi,
> 
> I was trying to implement a POSIX timer using SIGEV_THREAD and fairly
> swiftly noticed the following:
> 
>     compat\posix\current\src\signal.cxx(192): // FIXME: implement
> SIGEV_THREAD
>     compat\posix\current\src\time.cxx(271): // FIXME: implement SIGEV_THREAD
> 
> Are there particular technical reasons why this is difficult to implement on
> eCos, or is it just somewhere down the todo list?

Just on the todo list. Creating and destroying a thread just for a signal
is still more heavyweight than we thought people would need in an embedded
system, so it took a lower priority.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine


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