Home
last modified time | relevance | path

Searched refs:affinity_set_t (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.41.9/osfmk/kern/
H A Daffinity.c70 static affinity_set_t affinity_set_alloc(void);
71 static void affinity_set_free(affinity_set_t aset);
72 static affinity_set_t affinity_set_find(affinity_space_t aspc, uint32_t tag);
73 static void affinity_set_place(affinity_space_t aspc, affinity_set_t aset);
74 static void affinity_set_add(affinity_set_t aset, thread_t thread);
75 static affinity_set_t affinity_set_remove(affinity_set_t aset, thread_t thread);
131 affinity_set_t aset; in thread_affinity_set()
132 affinity_set_t empty_aset = NULL; in thread_affinity_set()
283 affinity_set_t aset; in task_affinity_info()
298 aset, affinity_set_t, aset_affinities) { in task_affinity_info()
[all …]
H A Dkern_types.h231 typedef struct affinity_set *affinity_set_t; typedef
232 #define AFFINITY_SET_NULL ((affinity_set_t) 0)
H A Dthread.h611 affinity_set_t affinity_set;