Received: from SOUTH-STATION-ANNEX.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA06680; Sat, 16 Mar 96 21:48:46 EST
Received: from [205.253.24.113] by MIT.EDU with SMTP
	id AA26378; Sat, 16 Mar 96 21:47:59 EST
Received: (from macgyver@localhost) by starbase.tos.net (8.7.5/8.7.3) id UAA28196; Sat, 16 Mar 1996 20:48:40 -0600
Date: Sat, 16 Mar 1996 20:48:39 -0600 (CST)
From: MacGyver <macgyver@tos.net>
To: proven@MIT.EDU
Subject: MUTEX.
Message-Id: <Pine.LNX.3.91.960316203517.216G-100000@starbase.tos.net>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

Hi,

I was wondering if you could just quickly tell me what the different 
mutex types do.  I'm referring to the:

        MUTEX_TYPE_STATIC_FAST
        MUTEX_TYPE_FAST
        MUTEX_TYPE_COUNTING_FAST
        MUTEX_TYPE_METERED
        MUTEX_TYPE_DEBUG

attributes/types.  I'd really appreciate any help you can give here...I'm 
trying to write a nice threaded-app, and I really need this.

HJD.

