OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sched_get_priority_min
(Results
26 - 50
of
88
) sorted by null
1
2
3
4
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/
sched.h
49
extern int
sched_get_priority_min
(int policy);
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/
sched.h
49
extern int
sched_get_priority_min
(int policy);
/prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/
sched.h
49
extern int
sched_get_priority_min
(int policy);
/prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/
sched.h
49
extern int
sched_get_priority_min
(int policy);
/prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/
sched.h
49
extern int
sched_get_priority_min
(int policy);
/prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/
sched.h
49
extern int
sched_get_priority_min
(int policy);
/prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/
sched.h
49
extern int
sched_get_priority_min
(int policy);
/prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
sched.h
49
extern int
sched_get_priority_min
(int policy);
/system/core/toolbox/
renice.c
74
sched_get_priority_min
(sched), sched_get_priority_max(sched));
/external/bluetooth/glib/glib/
config.h
572
#define POSIX_MIN_PRIORITY
sched_get_priority_min
(SCHED_OTHER)
/external/webrtc/src/system_wrappers/source/
thread_linux.cc
159
const int minPrio =
sched_get_priority_min
(policy);
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
sched.h
63
extern int
sched_get_priority_min
(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
169
__gthrw(
sched_get_priority_min
)
428
if ((priority_min = __gthrw_(
sched_get_priority_min
) (policy)) == -1)
gthr-posix.h
169
__gthrw(
sched_get_priority_min
)
428
if ((priority_min = __gthrw_(
sched_get_priority_min
) (policy)) == -1)
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h
182
__gthrw(
sched_get_priority_min
)
441
if ((priority_min = __gthrw_(
sched_get_priority_min
) (policy)) == -1)
gthr-posix.h
182
__gthrw(
sched_get_priority_min
)
441
if ((priority_min = __gthrw_(
sched_get_priority_min
) (policy)) == -1)
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-default.h
182
__gthrw(
sched_get_priority_min
)
441
if ((priority_min = __gthrw_(
sched_get_priority_min
) (policy)) == -1)
gthr-posix.h
182
__gthrw(
sched_get_priority_min
)
441
if ((priority_min = __gthrw_(
sched_get_priority_min
) (policy)) == -1)
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h
182
__gthrw(
sched_get_priority_min
)
441
if ((priority_min = __gthrw_(
sched_get_priority_min
) (policy)) == -1)
gthr-posix.h
182
__gthrw(
sched_get_priority_min
)
441
if ((priority_min = __gthrw_(
sched_get_priority_min
) (policy)) == -1)
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-default.h
182
__gthrw(
sched_get_priority_min
)
441
if ((priority_min = __gthrw_(
sched_get_priority_min
) (policy)) == -1)
gthr-posix.h
182
__gthrw(
sched_get_priority_min
)
441
if ((priority_min = __gthrw_(
sched_get_priority_min
) (policy)) == -1)
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-default.h
182
__gthrw(
sched_get_priority_min
)
441
if ((priority_min = __gthrw_(
sched_get_priority_min
) (policy)) == -1)
gthr-posix.h
182
__gthrw(
sched_get_priority_min
)
441
if ((priority_min = __gthrw_(
sched_get_priority_min
) (policy)) == -1)
/prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h
182
__gthrw(
sched_get_priority_min
)
441
if ((priority_min = __gthrw_(
sched_get_priority_min
) (policy)) == -1)
Completed in 584 milliseconds
1
2
3
4