OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nolock
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xorg-server/dist/os/
utils.c
257
static Bool
nolock
= FALSE;
variable
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/
utils.c
247
static Bool
nolock
= FALSE;
variable
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 7 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026