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

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddixfonts.c1156 enum { NEVER_SLEPT, START_SLEEP, SLEEPING } client_state = NEVER_SLEPT; enumerator in enum:doPolyText::__anone1a79f0d0103
1223 /* If we're in START_SLEEP mode, the following step
1235 if (client_state == START_SLEEP)
1262 if (client_state == START_SLEEP)
1293 indicated by client_state = START_SLEEP. */
1352 client_state = START_SLEEP;
1380 if (client_state == START_SLEEP)
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddixfonts.c1099 enum { NEVER_SLEPT, START_SLEEP, SLEEPING } client_state = NEVER_SLEPT; enumerator in enum:doPolyText::__anona8f3e9a00103
1159 /* If we're in START_SLEEP mode, the following step
1171 if (client_state == START_SLEEP)
1197 if (client_state == START_SLEEP) {
1226 indicated by client_state = START_SLEEP. */
1282 client_state = START_SLEEP;
1313 if (client_state == START_SLEEP) {

Completed in 6 milliseconds