#import <NSMultiReadUniWriteLock.h>
Abgeleitet von NSObject.
Öffentliche Methoden | |
| (id) | - init |
| (void) | - dealloc |
| (void) | - finalize |
| (void) | - lockForReading |
| (BOOL) | - tryLockForReading |
| (BOOL) | - lockForReadingBeforeDate: |
| (void) | - lockForWriting |
| (BOOL) | - tryLockForWriting |
| (BOOL) | - lockForWritingBeforeDate: |
| (void) | - lock |
| (void) | - unlock |
| (id) | - description |
Öffentliche, statische Methoden | |
| (id) | + allocWithZone: |
Geschützte Attribute | |
| void * | _priv |
Definiert in Zeile 11 der Datei NSMultiReadUniWriteLock.h.
| + (id) allocWithZone: | (struct _NSZone *) | fp8 |
| - (id) init |
| - (void) dealloc |
Implementiert NSObject.
| - (void) finalize |
Implementiert NSObject.
| - (void) lockForReading |
| - (BOOL) tryLockForReading |
| - (BOOL) lockForReadingBeforeDate: | (id) | fp8 |
| - (void) lockForWriting |
| - (BOOL) tryLockForWriting |
| - (BOOL) lockForWritingBeforeDate: | (id) | fp8 |
| - (void) lock |
| - (void) unlock |
| - (id) description |
- (void*) _priv [protected] |
Definiert in Zeile 13 der Datei NSMultiReadUniWriteLock.h.