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]

Question about "allow per-thread timer" selection option in eCos


Can cyg_thread_delay() routine work withourt allow per-thread timer option
(in eCos configuration) selected?

I try to implement cyg_thread_delay() with allow per-thread timer enabled
but the program halted forever but when I remove the allow per-thread timer
selection in eCos configuration the program can work with
cyg_thread_delay(). ( But it seems no actual delay in the thread which call
the cyg_thread_delay() ) What's wrong?

Thanks a lots

james


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