Searched refs:haslock (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| H A D | utils.c | 259 int lfd, i, haslock, l_pid, t; local in function:LockServer 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/ |
| H A D | utils.c | 269 int lfd, i, haslock, l_pid, t; local in function:LockServer 327 haslock = 0; 328 while ((!haslock) && (i++ < 3)) { 329 haslock = (link(tmp, LockFile) == 0); 330 if (haslock) { 389 if (!haslock)
|
Completed in 6 milliseconds