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

  /external/autotest/client/tests/tsc/src/
sched.h 4 * definitions for cpu_set_t and associated macros
23 } cpu_set_t; typedef in typeref:struct:__anon6482
29 cpu_set_t *__arr = (cpusetp); \
30 for (__i = 0; __i < sizeof (cpu_set_t) / sizeof (__cpu_mask); ++__i) \
  /bionic/libc/include/
sched.h 73 } cpu_set_t; typedef in typeref:struct:__anon206
75 extern int sched_setaffinity(pid_t pid, size_t setsize, const cpu_set_t* set);
77 extern int sched_getaffinity(pid_t pid, size_t setsize, cpu_set_t* set);
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:__anon2155
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/current/platforms/android-21/arch-arm/usr/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon55114
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/current/platforms/android-21/arch-arm64/usr/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon55882
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/current/platforms/android-21/arch-mips/usr/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon56660
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/current/platforms/android-21/arch-mips64/usr/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon57438
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/current/platforms/android-21/arch-x86/usr/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon58215
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/current/platforms/android-21/arch-x86_64/usr/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon58993
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/current/platforms/android-23/arch-arm/usr/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon59761
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/current/platforms/android-23/arch-arm64/usr/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon60529
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/current/platforms/android-23/arch-mips/usr/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon61307
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/current/platforms/android-23/arch-mips64/usr/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon62085
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/current/platforms/android-23/arch-x86/usr/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon62862
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/current/platforms/android-23/arch-x86_64/usr/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon63640
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/current/platforms/android-24/arch-arm/usr/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon64408
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/current/platforms/android-24/arch-arm64/usr/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon65176
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/current/platforms/android-24/arch-mips/usr/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon65954
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/current/platforms/android-24/arch-mips64/usr/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon66732
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/current/platforms/android-24/arch-x86/usr/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon67509
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/current/platforms/android-24/arch-x86_64/usr/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon68287
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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
sched.h 112 /* Type for array elements in 'cpu_set_t'. */
123 } cpu_set_t; typedef in typeref:struct:__anon37230
182 ({ cpu_set_t *__dest = (destset); \
198 extern int __sched_cpucount (size_t __setsize, const cpu_set_t *__setp)
200 extern cpu_set_t *__sched_cpualloc (size_t __count) __THROW __wur;
201 extern void __sched_cpufree (cpu_set_t *__set) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
sched.h 119 /* Type for array elements in 'cpu_set_t'. */
130 } cpu_set_t; typedef in typeref:struct:__anon39246
189 ({ cpu_set_t *__dest = (destset); \
205 extern int __sched_cpucount (size_t __setsize, const cpu_set_t *__setp)
207 extern cpu_set_t *__sched_cpualloc (size_t __count) __THROW __wur;
208 extern void __sched_cpufree (cpu_set_t *__set) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
sched.h 119 /* Type for array elements in 'cpu_set_t'. */
130 } cpu_set_t; typedef in typeref:struct:__anon40113
189 ({ cpu_set_t *__dest = (destset); \
205 extern int __sched_cpucount (size_t __setsize, const cpu_set_t *__setp)
207 extern cpu_set_t *__sched_cpualloc (size_t __count) __THROW __wur;
208 extern void __sched_cpufree (cpu_set_t *__set) __THROW;
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 83 # define cpu_set_t cpuset_t macro
    [all...]

Completed in 686 milliseconds