From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <45a12002980967b8c8eb0e875328556e@quintile.net> From: "Steve Simon" Date: Tue, 16 Dec 2008 22:16:13 +0000 To: 9fans@9fans.net MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] pthreads Topicbox-Message-UUID: 63ae9efe-ead4-11e9-9d60-3106f5b1d025 I have a distant memory that somone implemented some of POSIX pthreads on plan9, i.e. I want to compile programs that use pthreads under APE. anyone got any pointers? -Steve From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <45a12002980967b8c8eb0e875328556e@quintile.net> References: <45a12002980967b8c8eb0e875328556e@quintile.net> Date: Tue, 1 Sep 2015 21:20:02 +0200 Message-ID: From: Giacomo Tesio To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=e89a8f2352abcaf783051eb46f75 Subject: Re: [9fans] pthreads Topicbox-Message-UUID: 681d4f76-ead9-11e9-9d60-3106f5b1d025 --e89a8f2352abcaf783051eb46f75 Content-Type: text/plain; charset=UTF-8 2008-12-16 23:16 GMT+01:00 Steve Simon : > I have a distant memory that somone implemented some of POSIX pthreads > on plan9, i.e. I want to compile programs that use pthreads under APE. > > anyone got any pointers? > Hi Steve, did you find anything (even incomplete) back then? Giacomo --e89a8f2352abcaf783051eb46f75 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
2008-12-16 23:16 GMT+01:00 Steve Simon &= lt;steve@quintile.n= et>:
I have a distant memory = that somone implemented some of POSIX pthreads
on plan9, i.e. I want to compile programs that use pthreads under APE.

anyone got any pointers?

Hi Steve, did you find an= ything (even incomplete) back then?


Giacomo
=
--e89a8f2352abcaf783051eb46f75-- From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: <45a12002980967b8c8eb0e875328556e@quintile.net> From: Nick Owens Date: Tue, 1 Sep 2015 12:26:54 -0700 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: Re: [9fans] pthreads Topicbox-Message-UUID: 682549a6-ead9-11e9-9d60-3106f5b1d025 https://bitbucket.org/mveety/9front-ports/src/9de20d22612a/ape-libs/pth/?at=default i have no idea if it works. ymmv. On Tue, Sep 1, 2015 at 12:20 PM, Giacomo Tesio wrote: > 2008-12-16 23:16 GMT+01:00 Steve Simon : >> >> I have a distant memory that somone implemented some of POSIX pthreads >> on plan9, i.e. I want to compile programs that use pthreads under APE. >> >> anyone got any pointers? > > > Hi Steve, did you find anything (even incomplete) back then? > > > Giacomo From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Staal To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Date: Tue, 1 Sep 2015 21:56:04 +0200 Message-ID: <4637030.ZTpb2A7ni5@krypton> User-Agent: KMail/4.81 beta1 (Linux/4.1.6-1-ARCH; KDE/5.13.0; x86_64; ; ) In-Reply-To: References: <45a12002980967b8c8eb0e875328556e@quintile.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [9fans] pthreads Topicbox-Message-UUID: 682fa626-ead9-11e9-9d60-3106f5b1d025 On Tuesday 01 September 2015 12.26.54 Nick Owens wrote: > https://bitbucket.org/mveety/9front-ports/src/9de20d22612a/ape-libs/pth/?at= > default > > i have no idea if it works. ymmv. it used to work (at least the tests that comes with pth, and the oracle/ sleepycat db ...) I was once curious to try to re-compile python using pth but never did.