#import <NSObject-LockingAdditions.h>
Öffentliche Methoden | |
| (void) | - lock |
| (BOOL) | - tryLock |
| (void) | - lockWithPriority |
| (BOOL) | - tryLockWithPriority |
| (void) | - unlock |
| (void) | - yieldLock |
| (BOOL) | - isLocked |
Öffentliche, statische Methoden | |
| (void) | + clearLocks |
Definiert in Zeile 9 der Datei NSObject-LockingAdditions.h.
| + (void) clearLocks |
| - (void) lock |
| - (BOOL) tryLock |
| - (void) lockWithPriority |
| - (BOOL) tryLockWithPriority |
| - (void) unlock |
| - (void) yieldLock |
| - (BOOL) isLocked |