Searched refs:F_SETLK64 (Results 1 – 3 of 3) sorted by relevance
121 success = (Libcore.os.fcntlFlock(fd, wait ? F_SETLKW64 : F_SETLK64, flock) != -1); in basicLock()
235 #if defined(F_SETLK64) in OsConstants_initConstants()236 initConstant(env, c, "F_SETLK64", F_SETLK64); in OsConstants_initConstants()
258 public static final int F_SETLK64 = placeholder(); field in OsConstants