home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!vnet.ibm.com
- From: francis@vnet.ibm.com (Tim Francis)
- Message-ID: <19921217.134609.553@almaden.ibm.com>
- Date: Thu, 17 Dec 92 16:45:29 EST
- Subject: Re: OS/2 libraries thread-safe ?
- Newsgroups: comp.os.os2.programmer
- References: <1992Dec16.221352.26031@cs.tu-berlin.de> <1992Dec17.094108.12612@eua.ericsson.se> <BzF43K.Fsq@ecf.toronto.edu>
- Reply-To: francis@vnet.ibm.com
- Organization: IBM Canada Lab, WorkFrame/2 development
- Disclaimer: This posting represents the poster's views, not those of IBM
- Lines: 11
-
- In article <BzF43K.Fsq@ecf.toronto.edu>,
- kumarad@ecf.toronto.edu (KUMARADAS JOSEPH CARL) writes:
- >
- >While the MS libraries have some functions which are non-rentrant, the IBM
- >CSet/2 libraries are all re-entrant from what I understand.
- >
- >Carl.
-
- Close: All the C Set/2 functions are either re-entrant, or protected
- by semaphores internally. You can essentially treat every function as
- though it were re-entrant. -tim
-