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

/xsrc/external/mit/xorg-server/dist/os/
H A Dutils.c257 static Bool nolock = FALSE; variable in typeref:typename:Bool
274 if (nolock || NoListenAll)
401 if (nolock || NoListenAll)
559 ErrorF("-nolock disable the locking mechanism\n");
776 nolock = TRUE;
864 else if (strcmp(argv[i], "-nolock") == 0) {
868 ("Warning: the -nolock option can only be used by root\n");
871 nolock = TRUE;
/xsrc/external/mit/xorg-server.old/dist/os/
H A Dutils.c247 static Bool nolock = FALSE; variable in typeref:typename:Bool
264 if (nolock) return;
384 if (nolock) return;
512 ErrorF("-nolock disable the locking mechanism\n");
762 else if ( strcmp ( argv[i], "-nolock") == 0)
766 ErrorF("Warning: the -nolock option can only be used by root\n");
769 nolock = TRUE;

Completed in 6 milliseconds