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

  /system/extras/tests/bionic/libc/common/
test_cpu_set.c 78 T(CPU_EQUAL(set, other));
79 T(CPU_EQUAL(other, set));
93 T(CPU_EQUAL(set, other));
126 T(CPU_EQUAL(set, other));
  /bionic/libc/include/
sched.h 136 # define CPU_EQUAL(set1_, set2_) \
153 # define CPU_EQUAL(set1_,set2_) CPU_EQUAL_S(sizeof(cpu_set_t),set1_,set2_)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
sched.h 86 # define CPU_EQUAL(cpusetp1, cpusetp2) \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
sched.h 86 # define CPU_EQUAL(cpusetp1, cpusetp2) \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
sched.h 86 # define CPU_EQUAL(cpusetp1, cpusetp2) \

Completed in 332 milliseconds