This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Suggestion for gcc additions: process/thread synchronization
- From: dewar at gnat dot com (Robert Dewar)
- To: bkausbk at web dot de, gcc at gcc dot gnu dot org
- Date: Wed, 20 Mar 2002 09:12:18 -0500 (EST)
- Subject: Re: Suggestion for gcc additions: process/thread synchronization
This looks to have some nasty characteristics with respect to priority
inversion. I don't see this as desirable at all. You can't just paste in
a little piece of syncrhonization like this, it needs to be a coherent
addition to the language, and would need much more work.