Searched refs:fActionsLOCK (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/macosx/native/sun/awt/
H A DJavaComponentAccessibility.h47 NSObject *fActionsLOCK; variable
H A DJavaComponentAccessibility.m146 fActionsLOCK = [[NSObject alloc] init];
190 [fActionsLOCK release];
191 fActionsLOCK = nil;
459 @synchronized(fActionsLOCK) {

Completed in 36 milliseconds