From owner-freebsd-hackers Wed Jun 12 17:33:38 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA17724 for hackers-outgoing; Wed, 12 Jun 1996 17:33:38 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id RAA17719 for ; Wed, 12 Jun 1996 17:33:36 -0700 (PDT) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.6.12/8.6.12) with ESMTP id RAA11798; Wed, 12 Jun 1996 17:31:19 -0700 Message-Id: <199606130031.RAA11798@rah.star-gate.com> X-Mailer: exmh version 1.6.5 12/11/95 To: Richard Toren cc: hackers@freebsd.org Subject: Re: cthreads ->pthreads In-reply-to: Your message of "Wed, 12 Jun 1996 19:20:56 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 12 Jun 1996 17:31:19 -0700 From: "Amancio Hasty Jr." Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I am going to do my own mapping 8) Just started and it is probably not going to take that much well at least for what I need for my project at work . When I am done I will ask permission from my client to see if I can distribute the cthreads->pthreads mapping. Right now , I am using pthreads-1_60_beta4_1 on 2.1-stable. I tried to compile the latest pthreads however it seems that is a bit confused with structs related to time structs. Can't wait till we get SMP support with threads 8) Tnks! Amancio >From The Desk Of Richard Toren : > I don't know if you can call it a wrapper, but the X11R6 distribution > has a threads include file the the threaded server used to make > a virtual layer above both of these ( I seem to remember). > You can probably use that as a guide for mapping an equivelance. > It may not be pre-build but it is a place to start....shrug... > > ==================================================== > Rip Toren | The bad news is that C++ is not an object-oriented | > rpt@miles.sso.loral.com | programming language. .... The good news is that | > | C++ supports object-oriented programming. | > | C++ Programming & Fundamental Concepts | > | by Anderson & Heinze | > ==================================================== > On Wed, 12 Jun 1996, Amancio Hasty Jr. wrote: > > > > > Anyone has a wrapper to allow programs using cthreads to use pthreads? > > > > Tnks, > > Amancio > > > > > >