Home | History | Annotate | Download | only in threading

Lines Matching full:process

25   //   Process.THREAD_PRIORITY_AUDIO = -16
26 // Process.THREAD_PRIORITY_BACKGROUND = 10
27 // Process.THREAD_PRIORITY_DEFAULT = 0;
28 // Process.THREAD_PRIORITY_DISPLAY = -4;
29 // Process.THREAD_PRIORITY_FOREGROUND = -2;
30 // Process.THREAD_PRIORITY_LESS_FAVORABLE = 1;
31 // Process.THREAD_PRIORITY_LOWEST = 19;
32 // Process.THREAD_PRIORITY_MORE_FAVORABLE = -1;
33 // Process.THREAD_PRIORITY_URGENT_AUDIO = -19;
34 // Process.THREAD_PRIORITY_URGENT_DISPLAY = -8;
61 // will also allow the process to run while it is backgrounded.
69 // the 'process identifier', not affecting the rest of the threads in the
70 // process. Setting this priority will only succeed if the user has been
83 // debugger by setting the process name for the LWP.
85 // the process, causing tools like killall to stop working.