public inbox for ecos-maintainers@sourceware.org
 help / color / mirror / Atom feed
* looking for mutex usage
@ 2004-11-20  1:47 Marco Faella
  2004-11-20  9:39 ` Andrew Lunn
  0 siblings, 1 reply; 2+ messages in thread
From: Marco Faella @ 2004-11-20  1:47 UTC (permalink / raw)
  To: ecos-maintainers

Dear maintainers,

I'm a researcher in computer science at the
University of California, Santa Cruz.

In my research group, we are developing a tool
that analyzes the synchronization
skeleton of multi-threaded programs.

We are focusing on eCos as our testbed, but
we haven't been able to find an interesting
test case so far.

Can you suggest any open source eCos application
that makes non-trivial use of synchronization primitives
like semaphores and mutexes?


Thank you for your help,
Marco Faella


-- 
Postdoctoral Researcher
University of California, Santa Cruz

mfaella@soe.ucsc.edu

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

* Re: looking for mutex usage
  2004-11-20  1:47 looking for mutex usage Marco Faella
@ 2004-11-20  9:39 ` Andrew Lunn
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Lunn @ 2004-11-20  9:39 UTC (permalink / raw)
  To: Marco Faella; +Cc: ecos-maintainers

On Fri, Nov 19, 2004 at 05:47:02PM -0800, Marco Faella wrote:
> Dear maintainers,
> 
> I'm a researcher in computer science at the
> University of California, Santa Cruz.
> 
> In my research group, we are developing a tool
> that analyzes the synchronization
> skeleton of multi-threaded programs.
> 
> We are focusing on eCos as our testbed, but
> we haven't been able to find an interesting
> test case so far.
> 
> Can you suggest any open source eCos application
> that makes non-trivial use of synchronization primitives
> like semaphores and mutexes?

eCos is intended for deeply embeeded applications. Such applications
tend to use specialised hardware and so does not naturally lend itself
to open source applications. I cannot think of a single instance of
somebody making there application available via an open source
license.

To be honest you might be better changes OS. Take a look at
Linux. There are probably enought non-trivial uses of spinlocks and
semaphores inside the kernel that you don't even need a particularly
interesting application. Look at one of the filesystems that uses
kernel threads, eg nfsd or kjournald. With 2.6 and kernel preemption
this gets even more interesting.

     Andrew

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

end of thread, other threads:[~2004-11-20  9:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-20  1:47 looking for mutex usage Marco Faella
2004-11-20  9:39 ` Andrew Lunn

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