Instance Propertynmggithub.kass 3.2.4MachCore
taskReadPorts
The read ports for the tasks in the processor set.
var taskReadPorts: [Mach.TaskRead] { get throws }
The read ports for the tasks in the processor set.
var taskReadPorts: [Mach.TaskRead] { get throws }
s8MachCore0A0V19ProcessorSetControlC13taskReadPortsSayAC04TaskG0CGvp
What are these?OGNF
import MachCore
The core module for interacting with the Mach kernel.
class ProcessorSetControl
A control port for a processor set.
struct Mach
The Mach kernel.
class TaskRead
A task’s read port.
var tasks: [Mach.TaskControl] { get throws }
The (control ports for the) tasks in the processor set.
func tasks(withFlavor flavor: Mach.TaskFlavor) throws -> [Mach.TaskFlavored]
Gets the flavored task ports in the processor set.
var taskControlPorts: [Mach.TaskControl] { get throws }
The control ports for the tasks in the processor set.
var taskInspectPorts: [Mach.TaskInspect] { get throws }
The inspect ports for the tasks in the processor set.
var taskNamePorts: [Mach.TaskName] { get throws }
The name ports for the tasks in the processor set.
var threads: [Mach.Thread] { get throws }
The threads in the processor set.