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: stopping and resuming threads


On Mon, Feb 04, 2002 at 05:38:31PM +0100, Tom Coremans wrote:
> 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?

cyg_thread_suspend() and cyg_thread_resume()

          Andrew


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