public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] threads within threads.
@ 2011-01-09 10:30 ratheesh k
  2011-01-09 13:58 ` Christophe Coutand
  2011-01-09 18:31 ` Paul D. DeRocco
  0 siblings, 2 replies; 3+ messages in thread
From: ratheesh k @ 2011-01-09 10:30 UTC (permalink / raw)
  To: ecos-discuss

threads within threads is possible in ecos  ?
[Could i create a thread from another thread ]

-Ratheesh

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

* RE: [ECOS] threads within threads.
  2011-01-09 10:30 [ECOS] threads within threads ratheesh k
@ 2011-01-09 13:58 ` Christophe Coutand
  2011-01-09 18:31 ` Paul D. DeRocco
  1 sibling, 0 replies; 3+ messages in thread
From: Christophe Coutand @ 2011-01-09 13:58 UTC (permalink / raw)
  To: ratheesh k, ecos-discuss

Check the section 'Valid contexts' from
http://ecos.sourceware.org/docs-latest/ref/kernel-thread-create.html

Christophe

-----Original Message-----
From: ecos-discuss-owner@ecos.sourceware.org
[mailto:ecos-discuss-owner@ecos.sourceware.org] On Behalf Of ratheesh k
Sent: 9. januar 2011 11:31
To: ecos-discuss@ecos.sourceware.org
Subject: [ECOS] threads within threads.

threads within threads is possible in ecos  ?
[Could i create a thread from another thread ]

-Ratheesh

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

* RE: [ECOS] threads within threads.
  2011-01-09 10:30 [ECOS] threads within threads ratheesh k
  2011-01-09 13:58 ` Christophe Coutand
@ 2011-01-09 18:31 ` Paul D. DeRocco
  1 sibling, 0 replies; 3+ messages in thread
From: Paul D. DeRocco @ 2011-01-09 18:31 UTC (permalink / raw)
  To: 'eCos Discuss'

> From: ratheesh k
> 
> threads within threads is possible in ecos  ?
> [Could i create a thread from another thread ]

Threads don't exist within each other, they all exist on the same global
level. One thread can create a second thread, but if the first one is killed
the second one lives on.

-- 

Ciao,               Paul D. DeRocco
Paul                mailto:pderocco@ix.netcom.com 


--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

end of thread, other threads:[~2011-01-09 18:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-09 10:30 [ECOS] threads within threads ratheesh k
2011-01-09 13:58 ` Christophe Coutand
2011-01-09 18:31 ` Paul D. DeRocco

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).