Re: pthread get attribute

2014-02-27 Thread Gedare Bloom
mail.gwu.edu] On >> Behalf Of Gedare Bloom >> Sent: Thursday, February 27, 2014 9:18 AM >> To: Jennifer Averett >> Cc: rtems-devel@rtems.org >> Subject: Re: pthread get attribute >> >> In case of an error ESRCH, shouldn't there be an _Objects_Put() call

RE: pthread get attribute

2014-02-27 Thread Jennifer Averett
To: Jennifer Averett > Cc: rtems-devel@rtems.org > Subject: Re: pthread get attribute > > In case of an error ESRCH, shouldn't there be an _Objects_Put() call before > returning? > > On Thu, Feb 27, 2014 at 8:30 AM, Jennifer Averett > wrote: > > Attac

Re: pthread get attribute

2014-02-27 Thread Gedare Bloom
In case of an error ESRCH, shouldn't there be an _Objects_Put() call before returning? On Thu, Feb 27, 2014 at 8:30 AM, Jennifer Averett wrote: > Attached is the modified pthread get attribute > patch and its corresponding test. > > > Jennifer Averett > On-Lin

Re: pthread get attribute

2014-02-27 Thread Gedare Bloom
Averett > wrote: >> Attached is the modified pthread get attribute >> patch and its corresponding test. >> >> >> Jennifer Averett >> On-Line Applications Research >> ___ >> rtems-devel mailing list >

pthread get attribute

2014-02-27 Thread Jennifer Averett
Attached is the modified pthread get attribute patch and its corresponding test. Jennifer Averett On-Line Applications ResearchFrom 4f74ebdf993f09993355df27a2fab784997a8733 Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Tue, 14 Jan 2014 09:43:14 -0600 Subject: [PATCH 05/15] posix: Add