OFMutex Class Reference

#import <OFThread.h>

Inheritance diagram for OFMutex:
OFObject

List of all members.

Public Member Functions

(id) - lock
(id) - unlock

Static Public Member Functions

(id) + mutex

Protected Attributes

of_mutex_t mutex

Detailed Description

A class for creating mutual exclusions.


Member Function Documentation

- (id) lock  

Locks the mutex.

+ (id) mutex  
Returns:
A new autoreleased mutex.
- (id) unlock  

Unlocks the mutex.


The documentation for this class was generated from the following files:
 All Classes Functions Variables

Generated on Thu Dec 24 11:10:00 2009 for ObjFW by  doxygen 1.6.1