Searched defs:systemRootLockHandle (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/classes/java/util/prefs/
H A DFileSystemPreferences.java252 private static int systemRootLockHandle = 0; field in class:FileSystemPreferences
909 systemRootLockHandle = result[LOCK_HANDLE];
984 int lockHandle = ( usernode ? userRootLockHandle:systemRootLockHandle);
1003 systemRootLockHandle = 0;

Completed in 489 milliseconds