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]

SIGEV_THREAD implementation


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?

I'm currently using the SIGUSR1 signal to implement my timer, based on the
timer test code in
\repository\ecos\packages\compat\posix\current\tests\timer1.c.

Cheers,
Phil.



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