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
26 - 50
of
90
) sorted by null
1
2
3
4
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
sched.h
48
extern int
sched_get_priority_max
(int policy);
/system/core/toolbox/
renice.c
74
sched_get_priority_min(sched),
sched_get_priority_max
(sched));
/external/bluetooth/glib/glib/
config.h
566
#define POSIX_MAX_PRIORITY
sched_get_priority_max
(SCHED_OTHER)
/external/webrtc/src/system_wrappers/source/
thread_linux.cc
160
const int maxPrio =
sched_get_priority_max
(policy);
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
sched.h
60
extern int
sched_get_priority_max
(int __algorithm) __THROW;
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
gthr-default.h
168
__gthrw(
sched_get_priority_max
)
425
if ((priority_max = __gthrw_(
sched_get_priority_max
) (policy)) == -1)
gthr-posix.h
168
__gthrw(
sched_get_priority_max
)
425
if ((priority_max = __gthrw_(
sched_get_priority_max
) (policy)) == -1)
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h
181
__gthrw(
sched_get_priority_max
)
438
if ((priority_max = __gthrw_(
sched_get_priority_max
) (policy)) == -1)
gthr-posix.h
181
__gthrw(
sched_get_priority_max
)
438
if ((priority_max = __gthrw_(
sched_get_priority_max
) (policy)) == -1)
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-default.h
181
__gthrw(
sched_get_priority_max
)
438
if ((priority_max = __gthrw_(
sched_get_priority_max
) (policy)) == -1)
gthr-posix.h
181
__gthrw(
sched_get_priority_max
)
438
if ((priority_max = __gthrw_(
sched_get_priority_max
) (policy)) == -1)
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h
181
__gthrw(
sched_get_priority_max
)
438
if ((priority_max = __gthrw_(
sched_get_priority_max
) (policy)) == -1)
gthr-posix.h
181
__gthrw(
sched_get_priority_max
)
438
if ((priority_max = __gthrw_(
sched_get_priority_max
) (policy)) == -1)
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-default.h
181
__gthrw(
sched_get_priority_max
)
438
if ((priority_max = __gthrw_(
sched_get_priority_max
) (policy)) == -1)
gthr-posix.h
181
__gthrw(
sched_get_priority_max
)
438
if ((priority_max = __gthrw_(
sched_get_priority_max
) (policy)) == -1)
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-default.h
181
__gthrw(
sched_get_priority_max
)
438
if ((priority_max = __gthrw_(
sched_get_priority_max
) (policy)) == -1)
gthr-posix.h
181
__gthrw(
sched_get_priority_max
)
438
if ((priority_max = __gthrw_(
sched_get_priority_max
) (policy)) == -1)
/prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h
181
__gthrw(
sched_get_priority_max
)
438
if ((priority_max = __gthrw_(
sched_get_priority_max
) (policy)) == -1)
Completed in 1587 milliseconds
1
2
3
4