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

1 2 3 4 5 6

  /bionic/libc/bionic/
sched_cpualloc.c 32 cpu_set_t* __sched_cpualloc(size_t count)
35 // N * sizeof(unsigned long), which is incompatible with cpu_set_t. This is
37 return (cpu_set_t*) malloc(CPU_ALLOC_SIZE(count)); // NOLINT
40 void __sched_cpufree(cpu_set_t* set)
sched_getaffinity.cpp 33 extern "C" int __sched_getaffinity(pid_t, size_t, cpu_set_t*);
35 int sched_getaffinity(pid_t pid, size_t set_size, cpu_set_t* set) {
  /external/autotest/client/tests/monotonic_time/src/
cpuset.h 13 int count_cpus(const cpu_set_t *cpus);
14 int parse_cpu_set(const char *s, cpu_set_t *cpus);
15 int show_cpu_set(char *buf, size_t len, const cpu_set_t *cpus);
threads.h 12 int create_per_cpu_threads(cpu_set_t *cpus, thread_func_t func, void *arg);
  /external/ltp/testcases/kernel/syscalls/sched_setaffinity/
sched_setaffinity.h 20 * dynamically sized cpu sets, but provide only static cpu_set_t type
36 #define CPU_ALLOC(ncpus) malloc(sizeof(cpu_set_t)); \
48 #define CPU_ALLOC_SIZE(size) sizeof(cpu_set_t)
  /bionic/libc/include/
sched.h 74 } cpu_set_t; typedef in typeref:struct:__anon269
76 int sched_setaffinity(pid_t pid, size_t setsize, const cpu_set_t* set) __INTRODUCED_IN(12);
77 int sched_getaffinity(pid_t pid, size_t setsize, cpu_set_t* set) __INTRODUCED_IN(12);
79 #define CPU_ZERO(set) CPU_ZERO_S(sizeof(cpu_set_t), set)
80 #define CPU_SET(cpu, set) CPU_SET_S(cpu, sizeof(cpu_set_t), set)
81 #define CPU_CLR(cpu, set) CPU_CLR_S(cpu, sizeof(cpu_set_t), set)
82 #define CPU_ISSET(cpu, set) CPU_ISSET_S(cpu, sizeof(cpu_set_t), set)
83 #define CPU_COUNT(set) CPU_COUNT_S(sizeof(cpu_set_t), set)
84 #define CPU_EQUAL(set1, set2) CPU_EQUAL_S(sizeof(cpu_set_t), set1, set2)
90 #define __CPU_OP(dst, set1, set2, op) __CPU_OP_S(sizeof(cpu_set_t), dst, set1, set2, op
    [all...]
  /development/ndk/platforms/android-21/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon2392
77 extern int sched_setaffinity(pid_t pid, size_t setsize, const cpu_set_t* set);
79 extern int sched_getaffinity(pid_t pid, size_t setsize, cpu_set_t* set);
81 #define CPU_ZERO(set) CPU_ZERO_S(sizeof(cpu_set_t), set)
82 #define CPU_SET(cpu, set) CPU_SET_S(cpu, sizeof(cpu_set_t), set)
83 #define CPU_CLR(cpu, set) CPU_CLR_S(cpu, sizeof(cpu_set_t), set)
84 #define CPU_ISSET(cpu, set) CPU_ISSET_S(cpu, sizeof(cpu_set_t), set)
85 #define CPU_COUNT(set) CPU_COUNT_S(sizeof(cpu_set_t), set)
86 #define CPU_EQUAL(set1, set2) CPU_EQUAL_S(sizeof(cpu_set_t), set1, set2)
92 #define __CPU_OP(dst, set1, set2, op) __CPU_OP_S(sizeof(cpu_set_t), dst, set1, set2, op
    [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon72663
77 extern int sched_setaffinity(pid_t pid, size_t setsize, const cpu_set_t* set);
79 extern int sched_getaffinity(pid_t pid, size_t setsize, cpu_set_t* set);
81 #define CPU_ZERO(set) CPU_ZERO_S(sizeof(cpu_set_t), set)
82 #define CPU_SET(cpu, set) CPU_SET_S(cpu, sizeof(cpu_set_t), set)
83 #define CPU_CLR(cpu, set) CPU_CLR_S(cpu, sizeof(cpu_set_t), set)
84 #define CPU_ISSET(cpu, set) CPU_ISSET_S(cpu, sizeof(cpu_set_t), set)
85 #define CPU_COUNT(set) CPU_COUNT_S(sizeof(cpu_set_t), set)
86 #define CPU_EQUAL(set1, set2) CPU_EQUAL_S(sizeof(cpu_set_t), set1, set2)
92 #define __CPU_OP(dst, set1, set2, op) __CPU_OP_S(sizeof(cpu_set_t), dst, set1, set2, op
    [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon73431
77 extern int sched_setaffinity(pid_t pid, size_t setsize, const cpu_set_t* set);
79 extern int sched_getaffinity(pid_t pid, size_t setsize, cpu_set_t* set);
81 #define CPU_ZERO(set) CPU_ZERO_S(sizeof(cpu_set_t), set)
82 #define CPU_SET(cpu, set) CPU_SET_S(cpu, sizeof(cpu_set_t), set)
83 #define CPU_CLR(cpu, set) CPU_CLR_S(cpu, sizeof(cpu_set_t), set)
84 #define CPU_ISSET(cpu, set) CPU_ISSET_S(cpu, sizeof(cpu_set_t), set)
85 #define CPU_COUNT(set) CPU_COUNT_S(sizeof(cpu_set_t), set)
86 #define CPU_EQUAL(set1, set2) CPU_EQUAL_S(sizeof(cpu_set_t), set1, set2)
92 #define __CPU_OP(dst, set1, set2, op) __CPU_OP_S(sizeof(cpu_set_t), dst, set1, set2, op
    [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon74209
77 extern int sched_setaffinity(pid_t pid, size_t setsize, const cpu_set_t* set);
79 extern int sched_getaffinity(pid_t pid, size_t setsize, cpu_set_t* set);
81 #define CPU_ZERO(set) CPU_ZERO_S(sizeof(cpu_set_t), set)
82 #define CPU_SET(cpu, set) CPU_SET_S(cpu, sizeof(cpu_set_t), set)
83 #define CPU_CLR(cpu, set) CPU_CLR_S(cpu, sizeof(cpu_set_t), set)
84 #define CPU_ISSET(cpu, set) CPU_ISSET_S(cpu, sizeof(cpu_set_t), set)
85 #define CPU_COUNT(set) CPU_COUNT_S(sizeof(cpu_set_t), set)
86 #define CPU_EQUAL(set1, set2) CPU_EQUAL_S(sizeof(cpu_set_t), set1, set2)
92 #define __CPU_OP(dst, set1, set2, op) __CPU_OP_S(sizeof(cpu_set_t), dst, set1, set2, op
    [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon74987
77 extern int sched_setaffinity(pid_t pid, size_t setsize, const cpu_set_t* set);
79 extern int sched_getaffinity(pid_t pid, size_t setsize, cpu_set_t* set);
81 #define CPU_ZERO(set) CPU_ZERO_S(sizeof(cpu_set_t), set)
82 #define CPU_SET(cpu, set) CPU_SET_S(cpu, sizeof(cpu_set_t), set)
83 #define CPU_CLR(cpu, set) CPU_CLR_S(cpu, sizeof(cpu_set_t), set)
84 #define CPU_ISSET(cpu, set) CPU_ISSET_S(cpu, sizeof(cpu_set_t), set)
85 #define CPU_COUNT(set) CPU_COUNT_S(sizeof(cpu_set_t), set)
86 #define CPU_EQUAL(set1, set2) CPU_EQUAL_S(sizeof(cpu_set_t), set1, set2)
92 #define __CPU_OP(dst, set1, set2, op) __CPU_OP_S(sizeof(cpu_set_t), dst, set1, set2, op
    [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon75764
77 extern int sched_setaffinity(pid_t pid, size_t setsize, const cpu_set_t* set);
79 extern int sched_getaffinity(pid_t pid, size_t setsize, cpu_set_t* set);
81 #define CPU_ZERO(set) CPU_ZERO_S(sizeof(cpu_set_t), set)
82 #define CPU_SET(cpu, set) CPU_SET_S(cpu, sizeof(cpu_set_t), set)
83 #define CPU_CLR(cpu, set) CPU_CLR_S(cpu, sizeof(cpu_set_t), set)
84 #define CPU_ISSET(cpu, set) CPU_ISSET_S(cpu, sizeof(cpu_set_t), set)
85 #define CPU_COUNT(set) CPU_COUNT_S(sizeof(cpu_set_t), set)
86 #define CPU_EQUAL(set1, set2) CPU_EQUAL_S(sizeof(cpu_set_t), set1, set2)
92 #define __CPU_OP(dst, set1, set2, op) __CPU_OP_S(sizeof(cpu_set_t), dst, set1, set2, op
    [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon76542
77 extern int sched_setaffinity(pid_t pid, size_t setsize, const cpu_set_t* set);
79 extern int sched_getaffinity(pid_t pid, size_t setsize, cpu_set_t* set);
81 #define CPU_ZERO(set) CPU_ZERO_S(sizeof(cpu_set_t), set)
82 #define CPU_SET(cpu, set) CPU_SET_S(cpu, sizeof(cpu_set_t), set)
83 #define CPU_CLR(cpu, set) CPU_CLR_S(cpu, sizeof(cpu_set_t), set)
84 #define CPU_ISSET(cpu, set) CPU_ISSET_S(cpu, sizeof(cpu_set_t), set)
85 #define CPU_COUNT(set) CPU_COUNT_S(sizeof(cpu_set_t), set)
86 #define CPU_EQUAL(set1, set2) CPU_EQUAL_S(sizeof(cpu_set_t), set1, set2)
92 #define __CPU_OP(dst, set1, set2, op) __CPU_OP_S(sizeof(cpu_set_t), dst, set1, set2, op
    [all...]
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon77310
77 extern int sched_setaffinity(pid_t pid, size_t setsize, const cpu_set_t* set);
79 extern int sched_getaffinity(pid_t pid, size_t setsize, cpu_set_t* set);
81 #define CPU_ZERO(set) CPU_ZERO_S(sizeof(cpu_set_t), set)
82 #define CPU_SET(cpu, set) CPU_SET_S(cpu, sizeof(cpu_set_t), set)
83 #define CPU_CLR(cpu, set) CPU_CLR_S(cpu, sizeof(cpu_set_t), set)
84 #define CPU_ISSET(cpu, set) CPU_ISSET_S(cpu, sizeof(cpu_set_t), set)
85 #define CPU_COUNT(set) CPU_COUNT_S(sizeof(cpu_set_t), set)
86 #define CPU_EQUAL(set1, set2) CPU_EQUAL_S(sizeof(cpu_set_t), set1, set2)
92 #define __CPU_OP(dst, set1, set2, op) __CPU_OP_S(sizeof(cpu_set_t), dst, set1, set2, op
    [all...]
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon78078
77 extern int sched_setaffinity(pid_t pid, size_t setsize, const cpu_set_t* set);
79 extern int sched_getaffinity(pid_t pid, size_t setsize, cpu_set_t* set);
81 #define CPU_ZERO(set) CPU_ZERO_S(sizeof(cpu_set_t), set)
82 #define CPU_SET(cpu, set) CPU_SET_S(cpu, sizeof(cpu_set_t), set)
83 #define CPU_CLR(cpu, set) CPU_CLR_S(cpu, sizeof(cpu_set_t), set)
84 #define CPU_ISSET(cpu, set) CPU_ISSET_S(cpu, sizeof(cpu_set_t), set)
85 #define CPU_COUNT(set) CPU_COUNT_S(sizeof(cpu_set_t), set)
86 #define CPU_EQUAL(set1, set2) CPU_EQUAL_S(sizeof(cpu_set_t), set1, set2)
92 #define __CPU_OP(dst, set1, set2, op) __CPU_OP_S(sizeof(cpu_set_t), dst, set1, set2, op
    [all...]
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon78856
77 extern int sched_setaffinity(pid_t pid, size_t setsize, const cpu_set_t* set);
79 extern int sched_getaffinity(pid_t pid, size_t setsize, cpu_set_t* set);
81 #define CPU_ZERO(set) CPU_ZERO_S(sizeof(cpu_set_t), set)
82 #define CPU_SET(cpu, set) CPU_SET_S(cpu, sizeof(cpu_set_t), set)
83 #define CPU_CLR(cpu, set) CPU_CLR_S(cpu, sizeof(cpu_set_t), set)
84 #define CPU_ISSET(cpu, set) CPU_ISSET_S(cpu, sizeof(cpu_set_t), set)
85 #define CPU_COUNT(set) CPU_COUNT_S(sizeof(cpu_set_t), set)
86 #define CPU_EQUAL(set1, set2) CPU_EQUAL_S(sizeof(cpu_set_t), set1, set2)
92 #define __CPU_OP(dst, set1, set2, op) __CPU_OP_S(sizeof(cpu_set_t), dst, set1, set2, op
    [all...]
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon79634
77 extern int sched_setaffinity(pid_t pid, size_t setsize, const cpu_set_t* set);
79 extern int sched_getaffinity(pid_t pid, size_t setsize, cpu_set_t* set);
81 #define CPU_ZERO(set) CPU_ZERO_S(sizeof(cpu_set_t), set)
82 #define CPU_SET(cpu, set) CPU_SET_S(cpu, sizeof(cpu_set_t), set)
83 #define CPU_CLR(cpu, set) CPU_CLR_S(cpu, sizeof(cpu_set_t), set)
84 #define CPU_ISSET(cpu, set) CPU_ISSET_S(cpu, sizeof(cpu_set_t), set)
85 #define CPU_COUNT(set) CPU_COUNT_S(sizeof(cpu_set_t), set)
86 #define CPU_EQUAL(set1, set2) CPU_EQUAL_S(sizeof(cpu_set_t), set1, set2)
92 #define __CPU_OP(dst, set1, set2, op) __CPU_OP_S(sizeof(cpu_set_t), dst, set1, set2, op
    [all...]
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon80411
77 extern int sched_setaffinity(pid_t pid, size_t setsize, const cpu_set_t* set);
79 extern int sched_getaffinity(pid_t pid, size_t setsize, cpu_set_t* set);
81 #define CPU_ZERO(set) CPU_ZERO_S(sizeof(cpu_set_t), set)
82 #define CPU_SET(cpu, set) CPU_SET_S(cpu, sizeof(cpu_set_t), set)
83 #define CPU_CLR(cpu, set) CPU_CLR_S(cpu, sizeof(cpu_set_t), set)
84 #define CPU_ISSET(cpu, set) CPU_ISSET_S(cpu, sizeof(cpu_set_t), set)
85 #define CPU_COUNT(set) CPU_COUNT_S(sizeof(cpu_set_t), set)
86 #define CPU_EQUAL(set1, set2) CPU_EQUAL_S(sizeof(cpu_set_t), set1, set2)
92 #define __CPU_OP(dst, set1, set2, op) __CPU_OP_S(sizeof(cpu_set_t), dst, set1, set2, op
    [all...]
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon81189
77 extern int sched_setaffinity(pid_t pid, size_t setsize, const cpu_set_t* set);
79 extern int sched_getaffinity(pid_t pid, size_t setsize, cpu_set_t* set);
81 #define CPU_ZERO(set) CPU_ZERO_S(sizeof(cpu_set_t), set)
82 #define CPU_SET(cpu, set) CPU_SET_S(cpu, sizeof(cpu_set_t), set)
83 #define CPU_CLR(cpu, set) CPU_CLR_S(cpu, sizeof(cpu_set_t), set)
84 #define CPU_ISSET(cpu, set) CPU_ISSET_S(cpu, sizeof(cpu_set_t), set)
85 #define CPU_COUNT(set) CPU_COUNT_S(sizeof(cpu_set_t), set)
86 #define CPU_EQUAL(set1, set2) CPU_EQUAL_S(sizeof(cpu_set_t), set1, set2)
92 #define __CPU_OP(dst, set1, set2, op) __CPU_OP_S(sizeof(cpu_set_t), dst, set1, set2, op
    [all...]
  /prebuilts/ndk/r11/platforms/android-21/arch-arm/usr/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon95594
77 extern int sched_setaffinity(pid_t pid, size_t setsize, const cpu_set_t* set);
79 extern int sched_getaffinity(pid_t pid, size_t setsize, cpu_set_t* set);
81 #define CPU_ZERO(set) CPU_ZERO_S(sizeof(cpu_set_t), set)
82 #define CPU_SET(cpu, set) CPU_SET_S(cpu, sizeof(cpu_set_t), set)
83 #define CPU_CLR(cpu, set) CPU_CLR_S(cpu, sizeof(cpu_set_t), set)
84 #define CPU_ISSET(cpu, set) CPU_ISSET_S(cpu, sizeof(cpu_set_t), set)
85 #define CPU_COUNT(set) CPU_COUNT_S(sizeof(cpu_set_t), set)
86 #define CPU_EQUAL(set1, set2) CPU_EQUAL_S(sizeof(cpu_set_t), set1, set2)
92 #define __CPU_OP(dst, set1, set2, op) __CPU_OP_S(sizeof(cpu_set_t), dst, set1, set2, op
    [all...]
  /prebuilts/ndk/r11/platforms/android-21/arch-arm64/usr/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon96362
77 extern int sched_setaffinity(pid_t pid, size_t setsize, const cpu_set_t* set);
79 extern int sched_getaffinity(pid_t pid, size_t setsize, cpu_set_t* set);
81 #define CPU_ZERO(set) CPU_ZERO_S(sizeof(cpu_set_t), set)
82 #define CPU_SET(cpu, set) CPU_SET_S(cpu, sizeof(cpu_set_t), set)
83 #define CPU_CLR(cpu, set) CPU_CLR_S(cpu, sizeof(cpu_set_t), set)
84 #define CPU_ISSET(cpu, set) CPU_ISSET_S(cpu, sizeof(cpu_set_t), set)
85 #define CPU_COUNT(set) CPU_COUNT_S(sizeof(cpu_set_t), set)
86 #define CPU_EQUAL(set1, set2) CPU_EQUAL_S(sizeof(cpu_set_t), set1, set2)
92 #define __CPU_OP(dst, set1, set2, op) __CPU_OP_S(sizeof(cpu_set_t), dst, set1, set2, op
    [all...]
  /prebuilts/ndk/r11/platforms/android-21/arch-mips/usr/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon97140
77 extern int sched_setaffinity(pid_t pid, size_t setsize, const cpu_set_t* set);
79 extern int sched_getaffinity(pid_t pid, size_t setsize, cpu_set_t* set);
81 #define CPU_ZERO(set) CPU_ZERO_S(sizeof(cpu_set_t), set)
82 #define CPU_SET(cpu, set) CPU_SET_S(cpu, sizeof(cpu_set_t), set)
83 #define CPU_CLR(cpu, set) CPU_CLR_S(cpu, sizeof(cpu_set_t), set)
84 #define CPU_ISSET(cpu, set) CPU_ISSET_S(cpu, sizeof(cpu_set_t), set)
85 #define CPU_COUNT(set) CPU_COUNT_S(sizeof(cpu_set_t), set)
86 #define CPU_EQUAL(set1, set2) CPU_EQUAL_S(sizeof(cpu_set_t), set1, set2)
92 #define __CPU_OP(dst, set1, set2, op) __CPU_OP_S(sizeof(cpu_set_t), dst, set1, set2, op
    [all...]
  /prebuilts/ndk/r11/platforms/android-21/arch-mips64/usr/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon97918
77 extern int sched_setaffinity(pid_t pid, size_t setsize, const cpu_set_t* set);
79 extern int sched_getaffinity(pid_t pid, size_t setsize, cpu_set_t* set);
81 #define CPU_ZERO(set) CPU_ZERO_S(sizeof(cpu_set_t), set)
82 #define CPU_SET(cpu, set) CPU_SET_S(cpu, sizeof(cpu_set_t), set)
83 #define CPU_CLR(cpu, set) CPU_CLR_S(cpu, sizeof(cpu_set_t), set)
84 #define CPU_ISSET(cpu, set) CPU_ISSET_S(cpu, sizeof(cpu_set_t), set)
85 #define CPU_COUNT(set) CPU_COUNT_S(sizeof(cpu_set_t), set)
86 #define CPU_EQUAL(set1, set2) CPU_EQUAL_S(sizeof(cpu_set_t), set1, set2)
92 #define __CPU_OP(dst, set1, set2, op) __CPU_OP_S(sizeof(cpu_set_t), dst, set1, set2, op
    [all...]
  /prebuilts/ndk/r11/platforms/android-21/arch-x86/usr/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon98695
77 extern int sched_setaffinity(pid_t pid, size_t setsize, const cpu_set_t* set);
79 extern int sched_getaffinity(pid_t pid, size_t setsize, cpu_set_t* set);
81 #define CPU_ZERO(set) CPU_ZERO_S(sizeof(cpu_set_t), set)
82 #define CPU_SET(cpu, set) CPU_SET_S(cpu, sizeof(cpu_set_t), set)
83 #define CPU_CLR(cpu, set) CPU_CLR_S(cpu, sizeof(cpu_set_t), set)
84 #define CPU_ISSET(cpu, set) CPU_ISSET_S(cpu, sizeof(cpu_set_t), set)
85 #define CPU_COUNT(set) CPU_COUNT_S(sizeof(cpu_set_t), set)
86 #define CPU_EQUAL(set1, set2) CPU_EQUAL_S(sizeof(cpu_set_t), set1, set2)
92 #define __CPU_OP(dst, set1, set2, op) __CPU_OP_S(sizeof(cpu_set_t), dst, set1, set2, op
    [all...]
  /prebuilts/ndk/r11/platforms/android-21/arch-x86_64/usr/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon99473
77 extern int sched_setaffinity(pid_t pid, size_t setsize, const cpu_set_t* set);
79 extern int sched_getaffinity(pid_t pid, size_t setsize, cpu_set_t* set);
81 #define CPU_ZERO(set) CPU_ZERO_S(sizeof(cpu_set_t), set)
82 #define CPU_SET(cpu, set) CPU_SET_S(cpu, sizeof(cpu_set_t), set)
83 #define CPU_CLR(cpu, set) CPU_CLR_S(cpu, sizeof(cpu_set_t), set)
84 #define CPU_ISSET(cpu, set) CPU_ISSET_S(cpu, sizeof(cpu_set_t), set)
85 #define CPU_COUNT(set) CPU_COUNT_S(sizeof(cpu_set_t), set)
86 #define CPU_EQUAL(set1, set2) CPU_EQUAL_S(sizeof(cpu_set_t), set1, set2)
92 #define __CPU_OP(dst, set1, set2, op) __CPU_OP_S(sizeof(cpu_set_t), dst, set1, set2, op
    [all...]

Completed in 2534 milliseconds

1 2 3 4 5 6