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

/libcore/ojluni/src/main/java/java/util/prefs/
H A DFileSystemPreferences.java247 private static int systemRootLockHandle = 0; field in class:FileSystemPreferences
899 systemRootLockHandle = result[LOCK_HANDLE];
974 int lockHandle = ( usernode ? userRootLockHandle:systemRootLockHandle);
993 systemRootLockHandle = 0;

Completed in 507 milliseconds