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

/darwin-on-arm/xnu/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);
120 affinity_set_t aset;
121 affinity_set_t empty_aset = NULL;
268 affinity_set_t ase
[all...]
H A Dkern_types.h110 typedef struct affinity_set *affinity_set_t; typedef in typeref:struct:affinity_set
111 #define AFFINITY_SET_NULL ((affinity_set_t) 0)
H A Dthread.h302 affinity_set_t affinity_set;

Completed in 77 milliseconds