OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:priority
(Results
501 - 525
of
2369
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
gthr-posix.h
408
/* Set the current thread's
priority
. */
410
__gthread_objc_thread_set_priority (int
priority
)
431
if (
priority
> priority_max)
432
priority
= priority_max;
433
else if (
priority
< priority_min)
434
priority
= priority_min;
435
params.sched_priority =
priority
;
451
/* Return the current thread's
priority
. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
agpgart.h
107
__u32
priority
; /*
priority
for paging out */
member in struct:_agp_unbind
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
mqueue.h
67
/* Receive the oldest from highest
priority
messages in message queue
77
/* Receive the oldest from highest
priority
messages in message queue
sched.h
59
/* Get maximum
priority
value for a scheduler. */
62
/* Get minimum
priority
value for a scheduler. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
gthr-default.h
382
/* Set the current thread's
priority
. */
384
__gthread_objc_thread_set_priority (int
priority
)
405
if (
priority
> priority_max)
406
priority
= priority_max;
407
else if (
priority
< priority_min)
408
priority
= priority_min;
409
params.sched_priority =
priority
;
425
/* Return the current thread's
priority
. */
gthr-posix.h
382
/* Set the current thread's
priority
. */
384
__gthread_objc_thread_set_priority (int
priority
)
405
if (
priority
> priority_max)
406
priority
= priority_max;
407
else if (
priority
< priority_min)
408
priority
= priority_min;
409
params.sched_priority =
priority
;
425
/* Return the current thread's
priority
. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
agpgart.h
107
__u32
priority
; /*
priority
for paging out */
member in struct:_agp_unbind
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
mqueue.h
67
/* Receive the oldest from highest
priority
messages in message queue
77
/* Receive the oldest from highest
priority
messages in message queue
sched.h
59
/* Get maximum
priority
value for a scheduler. */
62
/* Get minimum
priority
value for a scheduler. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
agpgart.h
107
__u32
priority
; /*
priority
for paging out */
member in struct:_agp_unbind
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
mqueue.h
67
/* Receive the oldest from highest
priority
messages in message queue
77
/* Receive the oldest from highest
priority
messages in message queue
sched.h
59
/* Get maximum
priority
value for a scheduler. */
62
/* Get minimum
priority
value for a scheduler. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
gthr-default.h
382
/* Set the current thread's
priority
. */
384
__gthread_objc_thread_set_priority (int
priority
)
405
if (
priority
> priority_max)
406
priority
= priority_max;
407
else if (
priority
< priority_min)
408
priority
= priority_min;
409
params.sched_priority =
priority
;
425
/* Return the current thread's
priority
. */
gthr-posix.h
382
/* Set the current thread's
priority
. */
384
__gthread_objc_thread_set_priority (int
priority
)
405
if (
priority
> priority_max)
406
priority
= priority_max;
407
else if (
priority
< priority_min)
408
priority
= priority_min;
409
params.sched_priority =
priority
;
425
/* Return the current thread's
priority
. */
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
binder.h
109
int
priority
;
member in struct:binder_pri_desc
114
int
priority
;
member in struct:binder_pri_ptr_cookie
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
binder.h
109
int
priority
;
member in struct:binder_pri_desc
114
int
priority
;
member in struct:binder_pri_ptr_cookie
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
binder.h
109
int
priority
;
member in struct:binder_pri_desc
114
int
priority
;
member in struct:binder_pri_ptr_cookie
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
binder.h
109
int
priority
;
member in struct:binder_pri_desc
114
int
priority
;
member in struct:binder_pri_ptr_cookie
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
binder.h
109
int
priority
;
member in struct:binder_pri_desc
114
int
priority
;
member in struct:binder_pri_ptr_cookie
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
binder.h
109
int
priority
;
member in struct:binder_pri_desc
114
int
priority
;
member in struct:binder_pri_ptr_cookie
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
binder.h
109
int
priority
;
member in struct:binder_pri_desc
114
int
priority
;
member in struct:binder_pri_ptr_cookie
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_threads.c
82
// 2) SwitchToThread yields to lower-
priority
threads
91
* According to MSDN, Sleep(0) will never yield to a lower-
priority
thread,
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
binder.h
109
int
priority
;
member in struct:binder_pri_desc
114
int
priority
;
member in struct:binder_pri_ptr_cookie
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
binder.h
109
int
priority
;
member in struct:binder_pri_desc
114
int
priority
;
member in struct:binder_pri_ptr_cookie
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_threads.c
82
// 2) SwitchToThread yields to lower-
priority
threads
91
* According to MSDN, Sleep(0) will never yield to a lower-
priority
thread,
Completed in 378 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>