From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <48ABDD08.8060707@domain.hid> Date: Wed, 20 Aug 2008 10:59:52 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <48AB4256.6050200@domain.hid> In-Reply-To: <48AB4256.6050200@domain.hid> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-core] [PATCH] Clean up XNWAKEN / wwake tracking List-Id: "Xenomai life and development \(bug reports, patches, discussions\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Xenomai-core@domain.hid Jan Kiszka wrote: > + /* We are awake, no one must steal our lock anymore. */ > + thread->wwake = NULL; > + This is wrong, whether or not no one must steal our lock anymore will be decided at the "redo" label, when we "test and set", the synch owner. -- Gilles.