From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <50F5487F.6030903@xenomai.org> Date: Tue, 15 Jan 2013 13:15:59 +0100 From: Gilles Chanteperdrix MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai] [POSIX] [Question] Assigning task name before its creation List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: alex alex Cc: Xenomai On 01/15/2013 10:58 AM, alex alex wrote: > Hi all, > > My application run in the user-space and I use pthread_set_name_np() to > assign task name after having created my task. > However, I'd like my task name be assigned at the time of its creation I > read that it's possible in kernel space with > pthread_attr_setname_npbut > is it possible in user-space? No. -- Gilles.