Home
last modified time | relevance | path

Searched refs:TimeOutValue (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Dglobals.c124 CARD32 TimeOutValue = DEFAULT_TIMEOUT * MILLI_PER_SECOND; variable
/OK3568_Linux_fs/external/xserver/include/
H A Dopaque.h48 extern _X_EXPORT CARD32 TimeOutValue;
/OK3568_Linux_fs/external/xserver/os/
H A Dconnection.c676 (connect_time - oc->conn_time) >= TimeOutValue) || in EstablishNewConnections()
H A Dutils.c936 TimeOutValue = ((CARD32) atoi(argv[i])) * MILLI_PER_SECOND; in ProcessCommandLine()