Home
last modified time | relevance | path

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

/interface/sdk_c/third_party/musl/ndk_musl_include/
H A Dsched.h87 typedef struct cpu_set_t { unsigned long __bits[128/sizeof(long)]; } cpu_set_t; typedef
88 cpu_set_t* __sched_cpualloc(size_t __count);
89 int __sched_cpucount(size_t, const cpu_set_t *);
91 int sched_getaffinity(pid_t, size_t, cpu_set_t *);
92 int sched_setaffinity(pid_t, size_t, const cpu_set_t *);
102 static __inline void __CPU_##func##_S(size_t __size, cpu_set_t *__dest, \
103 const cpu_set_t *__src1, const cpu_set_t *__src2) \
125 #define CPU_ALLOC(n) ((cpu_set_t *)callo
[all...]
H A Dpthread.h362 struct cpu_set_t;

Completed in 2 milliseconds