Searched defs:UNLOCK (Results 1 – 3 of 3) sorted by relevance
34 public static final int UNLOCK = 4; field in Classifier
224 static final int ERROR = 0, UNLOCK = 1, LOCK = 2, SCANNING = 3; field in LockIcon
818 enum class Request { UNKNOWN, LOCK_SHARED, LOCK_EXCLUSIVE, UNLOCK, EXIT }; enumerator