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

  /system/extras/tests/bionic/libc/common/
test_cpu_set.c 139 T(CPU_EQUAL_S(setsize, set, other));
140 T(CPU_EQUAL_S(setsize, other, set));
155 T(CPU_EQUAL_S(setsize, set, other));
188 T(CPU_EQUAL_S(setsize, set, other));
  /bionic/libc/include/
sched.h 152 # define CPU_EQUAL(set1_,set2_) CPU_EQUAL_S(sizeof(cpu_set_t),set1_,set2_)
203 #define CPU_EQUAL_S(setsize_, set1_, set2_) \
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
sched.h 88 # define CPU_EQUAL_S(setsize, cpusetp1, cpusetp2) \

Completed in 475 milliseconds