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

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Djava_md.unix.c90 static int lockfd = -1; variable
95 if (lockfd >= 0)
96 close(lockfd);
124 if ((lockfd = creat(lockfile, S_IRUSR | S_IWUSR)) >= 0)
132 if (fcntl(lockfd, F_SETLK, &lck) < 0 && errno == EAGAIN)

Completed in 17 milliseconds