10#elif defined(__APPLE__) || defined(__MACH__)
11 #warning "WARNING! Darwin support of " __func__ " not yet implemented."
22#elif defined(__APPLE__) || defined(__MACH__)
23 #warning "WARNING! Darwin support of " __func__ " not yet implemented."
34#elif defined(__APPLE__) || defined(__MACH__)
35 #warning "WARNING! Darwin support of " __func__ " not yet implemented."
46#elif defined(__APPLE__) || defined(__MACH__)
47 #warning "WARNING! Darwin support of " __func__ " not yet implemented."
58#elif defined(__APPLE__) || defined(__MACH__)
59 #warning "WARNING! Darwin support of " __func__ " not yet implemented."
70#elif defined(__APPLE__) || defined(__MACH__)
71 #warning "WARNING! Darwin support of " __func__ " not yet implemented."
82#elif defined(__APPLE__) || defined(__MACH__)
83 #warning "WARNING! Darwin support of " __func__ " not yet implemented."
94#elif defined(__APPLE__) || defined(__MACH__)
95 #warning "WARNING! Darwin support of " __func__ " not yet implemented."
int linux_cpu_get_attribute_at(CPU_attr_e attr, int loc, int *value)
int linux_cpu_load_affinity(void)
int linux_cpu_get_name(char *name)
int linux_cpu_store_affinity(void)
int linux_cpu_get_num_supported(void)
int linux_cpu_set_affinity(int cpu)
int linux_cpu_get_vendor(char *vendor)
int linux_cpu_get_attribute(CPU_attr_e attr, int *value)
int os_cpu_get_attribute(CPU_attr_e attr, int *value)
int os_cpu_get_num_supported(void)
int os_cpu_set_affinity(int cpu)
int os_cpu_load_affinity(void)
int os_cpu_get_vendor(char *vendor)
int os_cpu_get_attribute_at(CPU_attr_e attr, int loc, int *value)
int os_cpu_get_name(char *name)
int os_cpu_store_affinity(void)