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
217
) sorted by null
1
2
3
4
5
6
7
8
9
/bionic/libc/arch-arm/syscalls/
sched_get_priority_max.S
5
ENTRY(
sched_get_priority_max
)
function
14
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
)
/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))
/bionic/libc/arch-x86/syscalls/
sched_get_priority_max.S
5
ENTRY(
sched_get_priority_max
)
function
21
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
)
/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);
Completed in 921 milliseconds
1
2
3
4
5
6
7
8
9