From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 12 Oct 2005 07:37:22 -0700 From: Steven Seeger Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Subject: [Xenomai-help] more on registry stuff List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "xenomai@xenomai.org" 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 Steven