Object Hierarchy
GObject
╰── UfoNode
╰── UfoCpuNode
Functions
ufo_cpu_node_new ()
UfoNode *
ufo_cpu_node_new (gpointer mask
);
ufo_cpu_node_get_affinity ()
gpointer
ufo_cpu_node_get_affinity (UfoCpuNode *node
);
Get affinity mask of node
.
Returns
A pointer to the cpu_set_t mask associated with
node
.
[transfer none]
Types and Values
struct UfoCpuNode
struct UfoCpuNode;
Main object for organizing filters. The contents of the UfoCpuNode structure
are private and should only be accessed via the provided API.
struct UfoCpuNodeClass
struct UfoCpuNodeClass {
};
UfoCpuNode class