Searched defs:SetPriority (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/xserver/xorg/sun-src/IA/
H A Dinteractive.c83 static int SetPriority(const ClientProcessPtr, int);
151 if (SetPriority(&myProc, SET_INTERACTIVE) != Success)
154 if (SetPriority(&myProc, SET_PRIORITY) != Success)
255 SetPriority(CurrentPids, UNSET_PRIORITY);
479 SetPriority(CurrentPids, SET_INTERACTIVE);
499 SetPriority(LastPids, UNSET_PRIORITY);
514 SetPriority(CurrentPids, SET_PRIORITY);
548 SetPriority(const ClientProcessPtr cpp, int cmd) function
609 LogMessage(X_INFO, "SolarisIA: SetPriority(%ld, %s): %s\n",

Completed in 73 milliseconds