HomeSort by: relevance | last modified time | path
    Searched refs:haslock (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/os/
utils.c 259 int lfd, i, haslock, l_pid, t; local
317 haslock = 0;
318 while ((!haslock) && (i++ < 3)) {
319 haslock = (link(tmp,LockFile) == 0);
320 if (haslock) {
372 if (!haslock)
  /xsrc/external/mit/xorg-server/dist/os/
utils.c 269 int lfd, i, haslock, l_pid, t; local
327 haslock = 0;
328 while ((!haslock) && (i++ < 3)) {
329 haslock = (link(tmp, LockFile) == 0);
330 if (haslock) {
389 if (!haslock)

Completed in 5 milliseconds