From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <434D20EA.9070905@domain.hid> Date: Wed, 12 Oct 2005 16:42:50 +0200 From: Philippe Gerum MIME-Version: 1.0 Subject: Re: [Xenomai-help] more on registry stuff References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Steven Seeger Cc: "xenomai@xenomai.org" Steven Seeger wrote: > My app always creates a set of mutexes with the same name. I do this when > creating them: > > if(name&&!rt_mutex_bind(&_m, name, TM_NONBLOCK)) > assert(!rt_mutex_delete(&_m)); > > > This way, if it already exists, I delete it. Then I create it again. > > They do not seem to delete. In fact, I see some duplicate names in > /proc/registry/mutex > Any /proc output to get more details? > Steven > > > _______________________________________________ > Xenomai-help mailing list > Xenomai-help@domain.hid > https://mail.gna.org/listinfo/xenomai-help > -- Philippe.