OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:priority
(Results
1476 - 1500
of
3742
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-default.h
421
/* Set the current thread's
priority
. */
423
__gthread_objc_thread_set_priority (int
priority
)
444
if (
priority
> priority_max)
445
priority
= priority_max;
446
else if (
priority
< priority_min)
447
priority
= priority_min;
448
params.sched_priority =
priority
;
464
/* Return the current thread's
priority
. */
gthr-posix.h
421
/* Set the current thread's
priority
. */
423
__gthread_objc_thread_set_priority (int
priority
)
444
if (
priority
> priority_max)
445
priority
= priority_max;
446
else if (
priority
< priority_min)
447
priority
= priority_min;
448
params.sched_priority =
priority
;
464
/* Return the current thread's
priority
. */
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-default.h
421
/* Set the current thread's
priority
. */
423
__gthread_objc_thread_set_priority (int
priority
)
444
if (
priority
> priority_max)
445
priority
= priority_max;
446
else if (
priority
< priority_min)
447
priority
= priority_min;
448
params.sched_priority =
priority
;
464
/* Return the current thread's
priority
. */
gthr-posix.h
421
/* Set the current thread's
priority
. */
423
__gthread_objc_thread_set_priority (int
priority
)
444
if (
priority
> priority_max)
445
priority
= priority_max;
446
else if (
priority
< priority_min)
447
priority
= priority_min;
448
params.sched_priority =
priority
;
464
/* Return the current thread's
priority
. */
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
gthr-default.h
421
/* Set the current thread's
priority
. */
423
__gthread_objc_thread_set_priority (int
priority
)
444
if (
priority
> priority_max)
445
priority
= priority_max;
446
else if (
priority
< priority_min)
447
priority
= priority_min;
448
params.sched_priority =
priority
;
464
/* Return the current thread's
priority
. */
gthr-posix.h
421
/* Set the current thread's
priority
. */
423
__gthread_objc_thread_set_priority (int
priority
)
444
if (
priority
> priority_max)
445
priority
= priority_max;
446
else if (
priority
< priority_min)
447
priority
= priority_min;
448
params.sched_priority =
priority
;
464
/* Return the current thread's
priority
. */
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/
gthr-default.h
421
/* Set the current thread's
priority
. */
423
__gthread_objc_thread_set_priority (int
priority
)
444
if (
priority
> priority_max)
445
priority
= priority_max;
446
else if (
priority
< priority_min)
447
priority
= priority_min;
448
params.sched_priority =
priority
;
464
/* Return the current thread's
priority
. */
gthr-posix.h
421
/* Set the current thread's
priority
. */
423
__gthread_objc_thread_set_priority (int
priority
)
444
if (
priority
> priority_max)
445
priority
= priority_max;
446
else if (
priority
< priority_min)
447
priority
= priority_min;
448
params.sched_priority =
priority
;
464
/* Return the current thread's
priority
. */
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
gthr-default.h
421
/* Set the current thread's
priority
. */
423
__gthread_objc_thread_set_priority (int
priority
)
444
if (
priority
> priority_max)
445
priority
= priority_max;
446
else if (
priority
< priority_min)
447
priority
= priority_min;
448
params.sched_priority =
priority
;
464
/* Return the current thread's
priority
. */
gthr-posix.h
421
/* Set the current thread's
priority
. */
423
__gthread_objc_thread_set_priority (int
priority
)
444
if (
priority
> priority_max)
445
priority
= priority_max;
446
else if (
priority
< priority_min)
447
priority
= priority_min;
448
params.sched_priority =
priority
;
464
/* Return the current thread's
priority
. */
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/x86/include/bits/
gthr-default.h
421
/* Set the current thread's
priority
. */
423
__gthread_objc_thread_set_priority (int
priority
)
444
if (
priority
> priority_max)
445
priority
= priority_max;
446
else if (
priority
< priority_min)
447
priority
= priority_min;
448
params.sched_priority =
priority
;
464
/* Return the current thread's
priority
. */
gthr-posix.h
421
/* Set the current thread's
priority
. */
423
__gthread_objc_thread_set_priority (int
priority
)
444
if (
priority
> priority_max)
445
priority
= priority_max;
446
else if (
priority
< priority_min)
447
priority
= priority_min;
448
params.sched_priority =
priority
;
464
/* Return the current thread's
priority
. */
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
gthr-default.h
413
/* Set the current thread's
priority
. */
415
__gthread_objc_thread_set_priority (int
priority
)
436
if (
priority
> priority_max)
437
priority
= priority_max;
438
else if (
priority
< priority_min)
439
priority
= priority_min;
440
params.sched_priority =
priority
;
456
/* Return the current thread's
priority
. */
gthr-posix.h
413
/* Set the current thread's
priority
. */
415
__gthread_objc_thread_set_priority (int
priority
)
436
if (
priority
> priority_max)
437
priority
= priority_max;
438
else if (
priority
< priority_min)
439
priority
= priority_min;
440
params.sched_priority =
priority
;
456
/* Return the current thread's
priority
. */
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
gthr-default.h
413
/* Set the current thread's
priority
. */
415
__gthread_objc_thread_set_priority (int
priority
)
436
if (
priority
> priority_max)
437
priority
= priority_max;
438
else if (
priority
< priority_min)
439
priority
= priority_min;
440
params.sched_priority =
priority
;
456
/* Return the current thread's
priority
. */
gthr-posix.h
413
/* Set the current thread's
priority
. */
415
__gthread_objc_thread_set_priority (int
priority
)
436
if (
priority
> priority_max)
437
priority
= priority_max;
438
else if (
priority
< priority_min)
439
priority
= priority_min;
440
params.sched_priority =
priority
;
456
/* Return the current thread's
priority
. */
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
gthr-default.h
413
/* Set the current thread's
priority
. */
415
__gthread_objc_thread_set_priority (int
priority
)
436
if (
priority
> priority_max)
437
priority
= priority_max;
438
else if (
priority
< priority_min)
439
priority
= priority_min;
440
params.sched_priority =
priority
;
456
/* Return the current thread's
priority
. */
gthr-posix.h
413
/* Set the current thread's
priority
. */
415
__gthread_objc_thread_set_priority (int
priority
)
436
if (
priority
> priority_max)
437
priority
= priority_max;
438
else if (
priority
< priority_min)
439
priority
= priority_min;
440
params.sched_priority =
priority
;
456
/* Return the current thread's
priority
. */
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
gthr-default.h
413
/* Set the current thread's
priority
. */
415
__gthread_objc_thread_set_priority (int
priority
)
436
if (
priority
> priority_max)
437
priority
= priority_max;
438
else if (
priority
< priority_min)
439
priority
= priority_min;
440
params.sched_priority =
priority
;
456
/* Return the current thread's
priority
. */
gthr-posix.h
413
/* Set the current thread's
priority
. */
415
__gthread_objc_thread_set_priority (int
priority
)
436
if (
priority
> priority_max)
437
priority
= priority_max;
438
else if (
priority
< priority_min)
439
priority
= priority_min;
440
params.sched_priority =
priority
;
456
/* Return the current thread's
priority
. */
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
gthr-default.h
413
/* Set the current thread's
priority
. */
415
__gthread_objc_thread_set_priority (int
priority
)
436
if (
priority
> priority_max)
437
priority
= priority_max;
438
else if (
priority
< priority_min)
439
priority
= priority_min;
440
params.sched_priority =
priority
;
456
/* Return the current thread's
priority
. */
gthr-posix.h
413
/* Set the current thread's
priority
. */
415
__gthread_objc_thread_set_priority (int
priority
)
436
if (
priority
> priority_max)
437
priority
= priority_max;
438
else if (
priority
< priority_min)
439
priority
= priority_min;
440
params.sched_priority =
priority
;
456
/* Return the current thread's
priority
. */
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
gthr-default.h
413
/* Set the current thread's
priority
. */
415
__gthread_objc_thread_set_priority (int
priority
)
436
if (
priority
> priority_max)
437
priority
= priority_max;
438
else if (
priority
< priority_min)
439
priority
= priority_min;
440
params.sched_priority =
priority
;
456
/* Return the current thread's
priority
. */
gthr-posix.h
413
/* Set the current thread's
priority
. */
415
__gthread_objc_thread_set_priority (int
priority
)
436
if (
priority
> priority_max)
437
priority
= priority_max;
438
else if (
priority
< priority_min)
439
priority
= priority_min;
440
params.sched_priority =
priority
;
456
/* Return the current thread's
priority
. */
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
gthr-default.h
413
/* Set the current thread's
priority
. */
415
__gthread_objc_thread_set_priority (int
priority
)
436
if (
priority
> priority_max)
437
priority
= priority_max;
438
else if (
priority
< priority_min)
439
priority
= priority_min;
440
params.sched_priority =
priority
;
456
/* Return the current thread's
priority
. */
Completed in 879 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>