public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Re: about elix
@ 2001-05-25  1:17 Fano Ramparany
  2001-05-25  0:54 ` wangwei
  0 siblings, 1 reply; 5+ messages in thread
From: Fano Ramparany @ 2001-05-25  1:17 UTC (permalink / raw)
  To: wangw; +Cc: eCos Disuss

If by "dynamic creating thread" you mean creating a thread in the body
of another thread entry, then you don't need elix.
eCos supports the following:

void entry1(...)
{
    ...
    cyg_thread_create (...,thread_handle2,...);
    cyg_thread_resume (thread_handle2);
    ...
}

void cyg_user_start ()
{
    ...
    cyg_thread_create (...,entry1,...,thread_handle1,...);
    cyg_thread_resume (thread_handle1);
    ...
}


>Subject:    about elix
>Date:  Thu, 24 May 2001 14:30:18 +0800
>From: "wangwei" <wangw@start.com.cn>
>     To:   <ecos-discuss@sources.redhat.com>
> Hi,all
>I want some application with dynamic creating thread . So I must use
elix in
>ecos .
>Does anybody tell me if elix in ecos is stable?

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-05-25  3:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-25  1:17 [ECOS] Re: about elix Fano Ramparany
2001-05-25  0:54 ` wangwei
2001-05-25  2:29   ` Fano Ramparany
2001-05-25  3:05   ` Hugo Tyson
2001-05-25  3:32     ` wangwei

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).