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

/solaris-x11-s11/open-src/xserver/xorg/sun-src/IA/
H A Dinteractive.c99 static ClientProcessPtr LastPids = NULL; variable
258 if (CurrentPids && LastPids && PidSetEqual(CurrentPids, LastPids)) {
259 LastPids = NULL;
492 if (CurrentPids && LastPids && PidSetEqual(CurrentPids, LastPids)) {
498 if (LastPids) {
499 SetPriority(LastPids, UNSET_PRIORITY);
500 LastPids = NULL;
518 * that LastPids i
[all...]

Completed in 17 milliseconds