Searched defs:cpu_set_t (Results 1 - 2 of 2) sorted by relevance

/external/stressapptest/src/
H A Dsattypes.h93 // 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 *cpuse
[all...]
/external/oprofile/daemon/
H A Dopd_perfmon.c54 } cpu_set_t; typedef in typeref:struct:__anon28420
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;

Completed in 723 milliseconds