OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sched_get_priority_max
(Results
1 - 25
of
168
) sorted by null
1
2
3
4
5
6
7
/bionic/libc/arch-mips/syscalls/
sched_get_priority_max.S
4
.globl
sched_get_priority_max
6
.ent
sched_get_priority_max
8
sched_get_priority_max
:
label
22
.end
sched_get_priority_max
/bionic/libc/arch-arm/syscalls/
sched_get_priority_max.S
6
ENTRY(
sched_get_priority_max
)
function
15
END(
sched_get_priority_max
)
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
sched_get_priority_max.c
2
*
sched_get_priority_max
.c
50
*
sched_get_priority_max
() returns 1
119
sched_get_priority_max
(int policy)
function
pthread_attr_setschedparam.c
56
priority >
sched_get_priority_max
(SCHED_OTHER))
pthread_setschedparam.c
82
prio >
sched_get_priority_max
(policy))
/bionic/libc/arch-x86/syscalls/
sched_get_priority_max.S
6
ENTRY(
sched_get_priority_max
)
function
21
END(
sched_get_priority_max
)
/development/ndk/platforms/android-3/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/development/ndk/platforms/android-8/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/development/ndk/platforms/android-9/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
Completed in 1649 milliseconds
1
2
3
4
5
6
7