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
123
) sorted by null
1
2
3
4
5
/bionic/libc/arch-arm/syscalls/
sched_get_priority_max.S
5
ENTRY(
sched_get_priority_max
)
function
16
END(
sched_get_priority_max
)
/bionic/libc/arch-arm64/syscalls/
sched_get_priority_max.S
5
ENTRY(
sched_get_priority_max
)
function
14
END(
sched_get_priority_max
)
/bionic/libc/arch-mips/syscalls/
sched_get_priority_max.S
5
ENTRY(
sched_get_priority_max
)
function
19
END(
sched_get_priority_max
)
/bionic/libc/arch-x86_64/syscalls/
sched_get_priority_max.S
5
ENTRY(
sched_get_priority_max
)
function
15
END(
sched_get_priority_max
)
/bionic/libc/arch-mips64/syscalls/
sched_get_priority_max.S
5
ENTRY(
sched_get_priority_max
)
function
25
END(
sched_get_priority_max
)
/bionic/libc/arch-x86/syscalls/
sched_get_priority_max.S
5
ENTRY(
sched_get_priority_max
)
function
29
END(
sched_get_priority_max
)
/development/ndk/platforms/android-3/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/prebuilts/ndk/current/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/current/platforms/android-12/arch-arm/usr/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
Completed in 1097 milliseconds
1
2
3
4
5