*BSD News Article 22436


Return to BSD News archive

Newsgroups: comp.unix.bsd
Path: sserve!newshost.anu.edu.au!munnari.oz.au!constellation!osuunx.ucc.okstate.edu!moe.ksu.ksu.edu!vixen.cso.uiuc.edu!howland.reston.ans.net!usenet.ins.cwru.edu!news.csuohio.edu!knuth.cba.csuohio.edu!thx1139
From: thx1139@knuth.cba.csuohio.edu (tim werner)
Subject: Re: thread-implementation details
Message-ID: <1993Oct15.162830.3603@news.csuohio.edu>
Sender: news@news.csuohio.edu (USENET News System)
Organization: Cleveland State University, Cleveland, Ohio
References: <CEw92y.GoA@ms.uky.edu>
Date: Fri, 15 Oct 1993 16:28:30 GMT
Lines: 13

In article <CEw92y.GoA@ms.uky.edu> nimrod@ms.uky.edu (B. A Krishna) writes:
>I am attempting to implement a user-level thread library on sun4.

>Any help would be much appreciated.
>
>Krishna

What about sun's lightweight processes library? We use this library for
implementing multi-tasking processes on the sun4.

This libraray (liblwp.a) is documented in sun's "Programming Utilities and
Libraries" manual, including C-language examples for all the threading
operations.