OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sys_priority
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgcc/config/pa/
gthr-dce.h
187
int
sys_priority
= 0;
local
195
sys_priority
= (PRI_FG_MIN_NP + PRI_FG_MAX_NP) / 2;
199
sys_priority
= (PRI_BG_MIN_NP + PRI_BG_MAX_NP) / 2;
202
sys_priority
= (PRI_BG_MIN_NP + PRI_BG_MAX_NP) / 2;
207
if (pthread_setprio (__gthrw_(pthread_self) (),
sys_priority
) >= 0)
218
int
sys_priority
;
local
222
if ((
sys_priority
= pthread_getprio (__gthrw_(pthread_self) ())) >= 0)
224
if (
sys_priority
>= PRI_FG_MIN_NP
225
&&
sys_priority
<= PRI_FG_MAX_NP)
227
if (
sys_priority
>= PRI_BG_MIN_N
[
all
...]
/src/external/gpl3/gcc.old/dist/libgcc/config/pa/
gthr-dce.h
187
int
sys_priority
= 0;
local
195
sys_priority
= (PRI_FG_MIN_NP + PRI_FG_MAX_NP) / 2;
199
sys_priority
= (PRI_BG_MIN_NP + PRI_BG_MAX_NP) / 2;
202
sys_priority
= (PRI_BG_MIN_NP + PRI_BG_MAX_NP) / 2;
207
if (pthread_setprio (__gthrw_(pthread_self) (),
sys_priority
) >= 0)
218
int
sys_priority
;
local
222
if ((
sys_priority
= pthread_getprio (__gthrw_(pthread_self) ())) >= 0)
224
if (
sys_priority
>= PRI_FG_MIN_NP
225
&&
sys_priority
<= PRI_FG_MAX_NP)
227
if (
sys_priority
>= PRI_BG_MIN_N
[
all
...]
/src/external/gpl3/gcc.old/dist/libgcc/config/i386/
gthr-win32.h
134
int
sys_priority
= 0;
local
139
sys_priority
= THREAD_PRIORITY_NORMAL;
143
sys_priority
= THREAD_PRIORITY_BELOW_NORMAL;
146
sys_priority
= THREAD_PRIORITY_LOWEST;
151
if (SetThreadPriority (GetCurrentThread (),
sys_priority
))
161
int
sys_priority
;
local
163
sys_priority
= GetThreadPriority (GetCurrentThread ());
165
switch (
sys_priority
)
/src/external/gpl3/gcc/dist/libgcc/config/i386/
gthr-win32.h
145
int
sys_priority
= 0;
local
150
sys_priority
= THREAD_PRIORITY_NORMAL;
154
sys_priority
= THREAD_PRIORITY_BELOW_NORMAL;
157
sys_priority
= THREAD_PRIORITY_LOWEST;
162
if (SetThreadPriority (GetCurrentThread (),
sys_priority
))
172
int
sys_priority
;
local
174
sys_priority
= GetThreadPriority (GetCurrentThread ());
176
switch (
sys_priority
)
Completed in 18 milliseconds
Indexes created Fri Aug 14 00:25:39 UTC 2026