OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPU_ALLOC
(Results
1 - 23
of
23
) sorted by null
/bionic/tests/
sched_test.cpp
160
cpu_set_t* set =
CPU_ALLOC
(17);
172
cpu_set_t* set =
CPU_ALLOC
(10 * CPU_SETSIZE);
186
cpu_set_t* set =
CPU_ALLOC
(set_size);
213
cpu_set_t* set1 =
CPU_ALLOC
(set_size1);
214
cpu_set_t* set2 =
CPU_ALLOC
(set_size2);
215
cpu_set_t* set3 =
CPU_ALLOC
(set_size3);
250
cpu_set_t* set1 =
CPU_ALLOC
(set_size1);
251
cpu_set_t* set2 =
CPU_ALLOC
(set_size2);
/bionic/libc/include/
sched.h
97
#define
CPU_ALLOC
(count) __sched_cpualloc((count))
/development/ndk/platforms/android-21/include/
sched.h
99
#define
CPU_ALLOC
(count) __sched_cpualloc((count))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
sched.h
105
# define
CPU_ALLOC
(count) __CPU_ALLOC (count)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
sched.h
113
# define
CPU_ALLOC
(count) __CPU_ALLOC (count)
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/
sched.h
99
#define
CPU_ALLOC
(count) __sched_cpualloc((count))
/prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/
sched.h
99
#define
CPU_ALLOC
(count) __sched_cpualloc((count))
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/
sched.h
99
#define
CPU_ALLOC
(count) __sched_cpualloc((count))
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/
sched.h
99
#define
CPU_ALLOC
(count) __sched_cpualloc((count))
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/
sched.h
99
#define
CPU_ALLOC
(count) __sched_cpualloc((count))
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/
sched.h
99
#define
CPU_ALLOC
(count) __sched_cpualloc((count))
/prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/
sched.h
99
#define
CPU_ALLOC
(count) __sched_cpualloc((count))
/prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/
sched.h
99
#define
CPU_ALLOC
(count) __sched_cpualloc((count))
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/
sched.h
99
#define
CPU_ALLOC
(count) __sched_cpualloc((count))
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/
sched.h
99
#define
CPU_ALLOC
(count) __sched_cpualloc((count))
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/
sched.h
99
#define
CPU_ALLOC
(count) __sched_cpualloc((count))
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/
sched.h
99
#define
CPU_ALLOC
(count) __sched_cpualloc((count))
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/
sched.h
99
#define
CPU_ALLOC
(count) __sched_cpualloc((count))
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/
sched.h
99
#define
CPU_ALLOC
(count) __sched_cpualloc((count))
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/
sched.h
99
#define
CPU_ALLOC
(count) __sched_cpualloc((count))
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/
sched.h
99
#define
CPU_ALLOC
(count) __sched_cpualloc((count))
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/
sched.h
99
#define
CPU_ALLOC
(count) __sched_cpualloc((count))
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/
sched.h
99
#define
CPU_ALLOC
(count) __sched_cpualloc((count))
Completed in 103 milliseconds