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

  /bionic/libc/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon174
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...]
  /development/ndk/platforms/android-L/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon2524
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/9/platforms/android-19/arch-arm64/usr/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon74776
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/9/platforms/android-19/arch-mips64/usr/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon76084
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/9/platforms/android-19/arch-x86_64/usr/include/
sched.h 75 } cpu_set_t; typedef in typeref:struct:__anon77394
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...]
  /external/oprofile/daemon/
opd_perfmon.c 54 } cpu_set_t; typedef in typeref:struct:__anon32177
59 memset((cpusetp), 0, sizeof(cpu_set_t))
62 sched_setaffinity(pid_t pid, size_t len, cpu_set_t const * cpusetp)
150 cpu_set_t set;
  /external/stressapptest/src/
sattypes.h 93 // cpu_set_t versus those that take unsigned long. -johnhuang
94 typedef uint64 cpu_set_t; typedef
95 #define CPU_SETSIZE (sizeof(cpu_set_t) * 8)
102 static inline bool cpuset_isequal(const cpu_set_t *c1, const cpu_set_t *c2) {
109 static inline bool cpuset_issubset(const cpu_set_t *c1, const cpu_set_t *c2) {
116 static inline int cpuset_count(const cpu_set_t *cpuset) {
124 static inline void cpuset_set_ab(cpu_set_t *cpuset, int a, int b) {
130 static inline string cpuset_format(const cpu_set_t *cpuset)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
sched.h 112 /* Type for array elements in 'cpu_set_t'. */
123 } cpu_set_t; typedef in typeref:struct:__anon45603
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.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:__anon47339
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;

Completed in 2073 milliseconds