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]

stopping and resuming threads


Hi all,

I am trying to stop and resume a thread on ecos with
pthread_kill(thread,SIGSTOP) and pthread_kill(thread,SIGCONT) but that
doesn`t work because in ecos the signals sigstop and sigcont aren`t
defined.

Can anybody give me a hint of what is the best method for doing this?

Thanks

Tom




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