HomeSort by relevance Sort by last modified time
    Searched refs:CPU_SETSIZE (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/autotest/client/tests/monotonic_time/src/
cpuset.c 21 for (cpu = 0; cpu < CPU_SETSIZE; cpu++)
57 if (start < 0 || start >= CPU_SETSIZE) {
62 if (end < 0 || end >= CPU_SETSIZE) {
118 for (cpu = 0; cpu < CPU_SETSIZE; cpu++) {
  /external/ltp/testcases/kernel/syscalls/sched_setaffinity/
sched_setaffinity.h 21 * with no more than CPU_SETSIZE cpus in it.
26 * CPU_SETSIZE, this interface will not work. Update libc in this case :)
37 if (ncpus > CPU_SETSIZE) { \
  /bionic/tests/
sched_test.cpp 76 for (int i = 0; i < CPU_SETSIZE; i++) {
81 CPU_SET(CPU_SETSIZE, &set);
82 ASSERT_FALSE(CPU_ISSET(CPU_SETSIZE, &set));
102 for (int i = 0; i < CPU_SETSIZE; i++) {
113 for (int i = 0; i < CPU_SETSIZE; i++) {
117 for (int i = 0; i < CPU_SETSIZE; i++) {
122 CPU_CLR(CPU_SETSIZE, &set);
123 ASSERT_FALSE(CPU_ISSET(CPU_SETSIZE, &set));
151 for (int i = 0; i < CPU_SETSIZE; i++) {
156 for (int i = 0; i < CPU_SETSIZE; i++)
    [all...]
  /external/stressapptest/src/
sattypes.h 93 #if !defined(CPU_SETSIZE)
99 #define CPU_SETSIZE (sizeof(cpu_set_t) * 8)
107 for (int i = 0; i < CPU_SETSIZE; ++i)
114 for (int i = 0; i < CPU_SETSIZE; ++i)
122 for (int i = 0; i < CPU_SETSIZE; ++i)
137 for (int i = 0; i < CPU_SETSIZE; ++i) {
  /external/linux-kselftest/tools/testing/selftests/powerpc/
utils.c 76 for (cpu = 8; cpu < CPU_SETSIZE; cpu += 8)
81 for (cpu = CPU_SETSIZE - 1; cpu >= 0; cpu--)
  /external/linux-kselftest/tools/testing/selftests/powerpc/dscr/
dscr_sysfs_thread_test.c 44 for (cpu = 0; cpu < CPU_SETSIZE; cpu++) {
  /bionic/libc/include/
sched.h 62 #define CPU_SETSIZE 1024
64 #define CPU_SETSIZE 32
73 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
  /development/ndk/platforms/android-21/include/
sched.h 63 #define CPU_SETSIZE 1024
65 #define CPU_SETSIZE 32
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/
sched.h 63 #define CPU_SETSIZE 1024
65 #define CPU_SETSIZE 32
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/
sched.h 63 #define CPU_SETSIZE 1024
65 #define CPU_SETSIZE 32
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/
sched.h 63 #define CPU_SETSIZE 1024
65 #define CPU_SETSIZE 32
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/
sched.h 63 #define CPU_SETSIZE 1024
65 #define CPU_SETSIZE 32
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/
sched.h 63 #define CPU_SETSIZE 1024
65 #define CPU_SETSIZE 32
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/
sched.h 63 #define CPU_SETSIZE 1024
65 #define CPU_SETSIZE 32
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/
sched.h 63 #define CPU_SETSIZE 1024
65 #define CPU_SETSIZE 32
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/
sched.h 63 #define CPU_SETSIZE 1024
65 #define CPU_SETSIZE 32
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/
sched.h 63 #define CPU_SETSIZE 1024
65 #define CPU_SETSIZE 32
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/
sched.h 63 #define CPU_SETSIZE 1024
65 #define CPU_SETSIZE 32
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/
sched.h 63 #define CPU_SETSIZE 1024
65 #define CPU_SETSIZE 32
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/
sched.h 63 #define CPU_SETSIZE 1024
65 #define CPU_SETSIZE 32
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
  /prebuilts/ndk/r11/platforms/android-21/arch-arm/usr/include/
sched.h 63 #define CPU_SETSIZE 1024
65 #define CPU_SETSIZE 32
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
  /prebuilts/ndk/r11/platforms/android-21/arch-arm64/usr/include/
sched.h 63 #define CPU_SETSIZE 1024
65 #define CPU_SETSIZE 32
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
  /prebuilts/ndk/r11/platforms/android-21/arch-mips/usr/include/
sched.h 63 #define CPU_SETSIZE 1024
65 #define CPU_SETSIZE 32
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
  /prebuilts/ndk/r11/platforms/android-21/arch-mips64/usr/include/
sched.h 63 #define CPU_SETSIZE 1024
65 #define CPU_SETSIZE 32
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
  /prebuilts/ndk/r11/platforms/android-21/arch-x86/usr/include/
sched.h 63 #define CPU_SETSIZE 1024
65 #define CPU_SETSIZE 32
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];

Completed in 884 milliseconds

1 2 3