HomeSort by relevance Sort by last modified time
    Searched refs:CPU_ISSET (Results 1 - 6 of 6) sorted by null

  /system/extras/tests/bionic/libc/common/
test_cpu_set.c 82 F(CPU_ISSET(nn, set));
90 T(CPU_ISSET(mm, set) == (mm == nn));
102 T(CPU_ISSET(mm, set) == (mm <= nn));
112 T(CPU_ISSET(mm, set) == (mm != nn));
123 T(CPU_ISSET(mm, set) == (mm < nn));
  /bionic/libc/include/
sched.h 127 # define CPU_ISSET(cpu_, set_) \
150 # define CPU_ISSET(cpu_,set_) CPU_ISSET_S(cpu_,sizeof(cpu_set_t),set_)
  /system/extras/tests/binder/benchmarks/
binderAddInts.cpp 129 if (!CPU_ISSET(cpu, &availCPUs)) {
377 if (CPU_ISSET(n1, &set)) {
  /system/extras/tests/wifi/stress/
wifiLoadScanAssoc.c 403 if (CPU_ISSET(n1, &availCPU)) { numAvailCPU++; }
490 if (CPU_ISSET(cpu, availSet)) {
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
sched.h 74 # define CPU_ISSET(cpu, cpusetp) __CPU_ISSET_S (cpu, sizeof (cpu_set_t), \
  /external/blktrace/btreplay/
btreplay.c 516 for (ncpus = 0; ncpus < CPU_SETSIZE && CPU_ISSET(ncpus, &cpus); ncpus++)
548 fprintf(tip->vfp, "%1d", CPU_ISSET(i, &now));
    [all...]

Completed in 740 milliseconds