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

  /bionic/libc/bionic/
sched_cpualloc.c 34 return (cpu_set_t*) malloc(CPU_ALLOC_SIZE(count));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
sched.h 104 # define CPU_ALLOC_SIZE(count) __CPU_ALLOC_SIZE (count)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
sched.h 104 # define CPU_ALLOC_SIZE(count) __CPU_ALLOC_SIZE (count)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
sched.h 104 # define CPU_ALLOC_SIZE(count) __CPU_ALLOC_SIZE (count)
  /bionic/libc/include/
sched.h 165 #define CPU_ALLOC_SIZE(count) \

Completed in 271 milliseconds