[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: A common Policy for porting pthread application



On Wed, May 16, 2001 at 05:02:07PM +0530, Aneesh Kumar K.V wrote:
> Hi ,
> 
>  Is there a common method for porting pthread application? I mean is
> there a dummy pthread.h file which contain set of macros that will map
> all sort of pthread functions( atleast mutex functions) to the one
> available on hurd ?

No.  You'd have to either disable threading at all (if supported) or convert
to cthreads.  But as we *want* to support pthreads (strongly!), it would be
better to through in your efforts to help the already existing efforts in
implementing pthreads on the Hurd, so that no special handling is required
at all.  [Insert a pointer to the existing pthreads efforts here, which I
don't have.  hurd.sf.net?]

Thanks,
Marcus

-- 
`Rhubarb is no Egyptian god.' Debian http://www.debian.org brinkmd@debian.org
Marcus Brinkmann              GNU    http://www.gnu.org    marcus@gnu.org
Marcus.Brinkmann@ruhr-uni-bochum.de
http://www.marcus-brinkmann.de



Reply to: